Package org.drools.model.functions
Class Predicate5.Impl<A,B,C,D,E>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Predicate5.Impl<A,B,C,D,E>
-
- All Implemented Interfaces:
Serializable,Supplier<Object>,Predicate5<A,B,C,D,E>
public static class Predicate5.Impl<A,B,C,D,E> extends IntrospectableLambda implements Predicate5<A,B,C,D,E>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.functions.Predicate5
Predicate5.Impl<A,B,C,D,E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetLambda()PredicateInformationpredicateInformation()booleantest(A a, B b, C c, D d, E e)-
Methods inherited from class org.drools.model.functions.IntrospectableLambda
equals, get, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.model.functions.Predicate5
negate
-
-
-
-
Method Detail
-
getLambda
public Object getLambda()
- Specified by:
getLambdain classIntrospectableLambda
-
predicateInformation
public PredicateInformation predicateInformation()
- Specified by:
predicateInformationin interfacePredicate5<A,B,C,D,E>
-
-