Package org.drools.model.functions
Class Predicate11.Impl<A,B,C,D,E,F,G,H,I,J,K>
- java.lang.Object
-
- org.drools.model.functions.IntrospectableLambda
-
- org.drools.model.functions.Predicate11.Impl<A,B,C,D,E,F,G,H,I,J,K>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Supplier<java.lang.Object>,Predicate11<A,B,C,D,E,F,G,H,I,J,K>
public static class Predicate11.Impl<A,B,C,D,E,F,G,H,I,J,K> extends IntrospectableLambda implements Predicate11<A,B,C,D,E,F,G,H,I,J,K>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetLambda()PredicateInformationpredicateInformation()booleantest(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k)-
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.Predicate11
negate
-
-