Package org.drools.model.functions
Interface Predicate12<A,B,C,D,E,F,G,H,I,J,K,L>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Predicate12.Impl
public interface Predicate12<A,B,C,D,E,F,G,H,I,J,K,L> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Predicate12<A,B,C,D,E,F,G,H,I,J,K,L>negate()default PredicateInformationpredicateInformation()booleantest(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l)
-