Package org.drools.model.functions
Interface PredicateN
-
- All Superinterfaces:
Serializable
public interface PredicateN extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static PredicateNFalsestatic PredicateNTrue
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PredicateNnegate()booleantest(Object... objs)
-
-
-
Field Detail
-
True
static final PredicateN True
-
False
static final PredicateN False
-
-
Method Detail
-
negate
default PredicateN negate()
-
-