Package org.drools.model.functions
Interface PredicateN
-
- All Superinterfaces:
java.io.Serializable
public interface PredicateN extends java.io.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(java.lang.Object... objs)
-
-
-
Field Detail
-
True
static final PredicateN True
-
False
static final PredicateN False
-
-
Method Detail
-
test
boolean test(java.lang.Object... objs) throws java.lang.Exception- Throws:
java.lang.Exception
-
negate
default PredicateN negate()
-
-