Package org.drools.model.functions
Class Predicate3.Impl<A,B,C>
java.lang.Object
org.drools.model.functions.IntrospectableLambda
org.drools.model.functions.Predicate3.Impl<A,B,C>
- All Implemented Interfaces:
Serializable,Supplier<Object>,Predicate3<A,B, C>
- Enclosing interface:
- Predicate3<A,
B, C>
public static class Predicate3.Impl<A,B,C>
extends IntrospectableLambda
implements Predicate3<A,B,C>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.functions.Predicate3
Predicate3.Impl<A,B, C> -
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.Predicate3
negate
-
Constructor Details
-
Impl
-
-
Method Details
-
test
-
getLambda
- Specified by:
getLambdain classIntrospectableLambda
-
predicateInformation
- Specified by:
predicateInformationin interfacePredicate3<A,B, C>
-