Uses of Class
com.ocs.dynamo.filter.Or
-
Packages that use Or Package Description com.ocs.dynamo.filter -
-
Uses of Or in com.ocs.dynamo.filter
Methods in com.ocs.dynamo.filter that return Or Modifier and Type Method Description OrAbstractFilter. or()Wraps the filter in an Or filter (if not already present)OrAbstractFilter. or(Filter... filters)Constructs a filter that is a disjunction of the provided filtersOrAbstractFilter. or(Collection<Filter> filters)Constructs a filter that is a disjunction of the provided filters
-