Summer.Batch.Extra.Sort.Filter Namespace Reference

Classes

class  ConjunctionFilter
 A filter that does the logical conjunction of several filters. More...
 
class  DisjunctionFilter
 A filter that does the logical disjunction of several filters. More...
 
interface  IFilter
 Interface for selecting records. Correspond to omit or include in legacy. More...
 
class  NegationFilter
 Implementation of IFilter<T> that negates another filter. More...