Package org.drools.model.functions
Class Predicate2.Impl<A,B>
java.lang.Object
org.drools.model.functions.IntrospectableLambda
org.drools.model.functions.Predicate2.Impl<A,B>
- All Implemented Interfaces:
Serializable,Supplier<Object>,Predicate2<A,B>
- Enclosing interface:
- Predicate2<A,
B>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.functions.Predicate2
Predicate2.Impl<A,B> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.model.functions.Predicate2
negate
-
Constructor Details
-
Impl
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate2<A,B> - Throws:
Exception
-
getLambda
- Specified by:
getLambdain classIntrospectableLambda
-
predicateInformation
- Specified by:
predicateInformationin interfacePredicate2<A,B>
-