Uses of Class
io.microsphere.filter.FilterOperator
-
Packages that use FilterOperator Package Description io.microsphere.filter -
-
Uses of FilterOperator in io.microsphere.filter
Methods in io.microsphere.filter that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.filter with parameters of type FilterOperator Modifier and Type Method Description static <E> java.util.List<E>FilterUtils. filter(java.lang.Iterable<E> iterable, FilterOperator filterOperator, Filter<E>... filters)FilterIterableobject to List
-