Uses of Interface
step.core.collections.Filter
-
Packages that use Filter Package Description step.core.collections step.core.collections.filesystem step.core.collections.inmemory -
-
Uses of Filter in step.core.collections
Classes in step.core.collections that implement Filter Modifier and Type Class Description static classFilters.AbstractAtomicFilterstatic classFilters.AbstractCompositeFilterstatic classFilters.Andstatic classFilters.Equalsstatic classFilters.Falsestatic classFilters.Fulltextstatic classFilters.Gtstatic classFilters.Gtestatic classFilters.Instatic classFilters.Ltstatic classFilters.Ltestatic classFilters.Notstatic classFilters.Orstatic classFilters.Regexstatic classFilters.TrueMethods in step.core.collections that return Filter Modifier and Type Method Description FilterFilters.Not. getFilter()static FilterFilters. in(String field, List<String> values)Methods in step.core.collections that return types with arguments of type Filter Modifier and Type Method Description List<Filter>Filter. getChildren()List<Filter>Filters.AbstractAtomicFilter. getChildren()List<Filter>Filters.AbstractCompositeFilter. getChildren()Methods in step.core.collections with parameters of type Filter Modifier and Type Method Description TFilters.FilterFactory. buildFilter(Filter filter)PojoFilter<POJO>PojoFilters.PojoFilterFactory. buildFilter(Filter filter)longCollection. count(Filter filter, Integer limit)Counts the number of entities matching the provided filterList<String>Collection. distinct(String columnName, Filter filter)Stream<T>Collection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>Collection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)static Filters.NotFilters. not(Filter filter)voidCollection. remove(Filter filter)voidFilters.Not. setFilter(Filter filter)Method parameters in step.core.collections with type arguments of type Filter Modifier and Type Method Description static Filters.AndFilters. and(List<Filter> filters)static Filters.OrFilters. or(List<Filter> filters)voidFilters.AbstractCompositeFilter. setChildren(List<Filter> children)Constructors in step.core.collections with parameters of type Filter Constructor Description Not(Filter filter)Constructor parameters in step.core.collections with type arguments of type Filter Constructor Description AbstractCompositeFilter(List<Filter> children)And(List<Filter> filters)Or(List<Filter> filters) -
Uses of Filter in step.core.collections.filesystem
Methods in step.core.collections.filesystem with parameters of type Filter Modifier and Type Method Description longFilesystemCollection. count(Filter filter, Integer limit)List<String>FilesystemCollection. distinct(String columnName, Filter filter)Stream<T>FilesystemCollection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>FilesystemCollection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)voidFilesystemCollection. remove(Filter filter) -
Uses of Filter in step.core.collections.inmemory
Methods in step.core.collections.inmemory with parameters of type Filter Modifier and Type Method Description longInMemoryCollection. count(Filter filter, Integer limit)List<String>InMemoryCollection. distinct(String columnName, Filter filter)Stream<T>InMemoryCollection. find(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime)Stream<T>InMemoryCollection. findReduced(Filter filter, SearchOrder order, Integer skip, Integer limit, int maxTime, List<String> reduceFields)voidInMemoryCollection. remove(Filter filter)
-