Interface Predicate
- All Known Implementing Classes:
Predicate.EQ, Predicate.GT, Predicate.LT, Predicate.NOTEQ, Predicate.NOTRANGE, Predicate.RANGE
public interface Predicate
A filter for the fields that need to be included.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA predicate that includes only a single field with the provided number.static enumBuilt-in factories that filters based on the field number.static interfacestatic final classA predicate that includes fields that are greater than the provider number.static final classA predicate that includes fields that are lesser than the provider number.static final classA predicate that includes all fields except the provided number.static final classThe opposite ofPredicate.RANGE.static final classA predicate that includes fields if they are within range of the provided numbers, min and max. -
Method Summary
-
Method Details
-
apply
Returns true if the field is included. -
apply
-