Interface PredicateGroup<T extends Serializable>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PredicateGroupImpl
-
Method Details
-
operator
Operator operator() -
predicates
Collection<Predicate<T>> predicates() -
clearPredicates
void clearPredicates() -
isEmpty
boolean isEmpty()
-