Uses of Interface
net.sf.jkniv.whinstone.Filter
-
Packages that use Filter Package Description net.sf.jkniv.whinstone -
-
Uses of Filter in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone that return Filter Modifier and Type Method Description <T> Filter<T>Queryable. getFilter()A filter function, to keep the result which imposes a total ordering on some collection of objectsMethods in net.sf.jkniv.whinstone with parameters of type Filter Modifier and Type Method Description QueryFactory.BuilderQueryFactory.Builder. filter(Filter<?> filter)
-