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 class
A predicate that includes only a single field with the provided number.static final class
A predicate that includes fields that are greater than the provider number.static final class
A predicate that includes fields that are lesser than the provider number.static final class
A predicate that includes all fields except the provided number.static final class
The opposite ofPredicate.RANGE
.static final class
A 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