Package org.drools.model.functions
Interface Predicate1<A>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Predicate1.Impl
public interface Predicate1<A> extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPredicate1.Impl<A>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Predicate1<A>negate()default PredicateInformationpredicateInformation()booleantest(A a)
-
-
-
Method Detail
-
test
boolean test(A a) throws java.lang.Exception
- Throws:
java.lang.Exception
-
negate
default Predicate1<A> negate()
-
predicateInformation
default PredicateInformation predicateInformation()
-
-