Package io.protostuff.runtime
Interface Predicate.Factory
-
- All Known Implementing Classes:
Predicate.EQ,Predicate.Factories,Predicate.GT,Predicate.LT,Predicate.NOTEQ,Predicate.NOTRANGE,Predicate.RANGE
- Enclosing interface:
- Predicate
public static interface Predicate.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Predicatecreate(java.lang.String[] args)Creates a new predicate based from the args.
-
-
-
Method Detail
-
create
Predicate create(java.lang.String[] args)
Creates a new predicate based from the args.
-
-