Uses of Interface
io.protostuff.runtime.Predicate
Packages that use Predicate
-
Uses of Predicate in io.protostuff.runtime
Classes in io.protostuff.runtime that implement PredicateModifier and TypeClassDescriptionstatic final classA predicate that includes only a single field with the provided number.static 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.Methods in io.protostuff.runtime that return PredicateModifier and TypeMethodDescriptionCreates a new predicate based from the args.Methods in io.protostuff.runtime with parameters of type Predicate