Class Predicate.GT
java.lang.Object
io.protostuff.runtime.Predicate.GT
- All Implemented Interfaces:
Predicate, Predicate.Factory
- Enclosing interface:
Predicate
A predicate that includes fields that are greater than the provider number.
-
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
-
num
final int num
-
-
Constructor Details
-
GT
GT(int num)
-
-
Method Details
-
apply
-
apply
-
create
Description copied from interface:Predicate.FactoryCreates a new predicate based from the args.- Specified by:
createin interfacePredicate.Factory
-