Class Predicate.NOTRANGE
java.lang.Object
io.protostuff.runtime.Predicate.NOTRANGE
- All Implemented Interfaces:
Predicate, Predicate.Factory
- Enclosing interface:
Predicate
The opposite of
Predicate.RANGE.-
Nested Class Summary
Nested classes/interfaces inherited from interface Predicate
Predicate.EQ, Predicate.Factories, Predicate.Factory, Predicate.GT, Predicate.LT, Predicate.NOTEQ, Predicate.NOTRANGE, Predicate.RANGE -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
min
final int min -
max
final int max
-
-
Constructor Details
-
NOTRANGE
NOTRANGE(int min, int max)
-
-
Method Details
-
apply
-
apply
-
create
Description copied from interface:Predicate.FactoryCreates a new predicate based from the args.- Specified by:
createin interfacePredicate.Factory
-