static L objectsOfTypeWhere(Collection c, Class type, O... data) { ret filterByFields(collectInstances(c, type), data); }