Package org.drools.model.functions
Interface Predicate13<A,B,C,D,E,F,G,H,I,J,K,L,M>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Predicate13.Impl
public interface Predicate13<A,B,C,D,E,F,G,H,I,J,K,L,M> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Predicate13<A,B,C,D,E,F,G,H,I,J,K,L,M>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, M m)
-