Uses of Class
com.ocs.dynamo.filter.And
-
Packages that use And Package Description com.ocs.dynamo.filter -
-
Uses of And in com.ocs.dynamo.filter
Methods in com.ocs.dynamo.filter that return And Modifier and Type Method Description AndAbstractFilter. and()Wraps the filter in an And filter (if not already present)AndAbstractFilter. and(Filter... filters)Constructs a filter that is a conjunction of the provided filtersAndAbstractFilter. and(Collection<Filter> filters)Constructs a filter that is a conjunction of the provided filtersMethods in com.ocs.dynamo.filter with parameters of type And Modifier and Type Method Description static List<Filter>DynamoFilterUtil. flattenAnd(And and)Take a (nested) And filter and flatten it to a single level
-