- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Predicate17.Impl
public interface Predicate17<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q>
extends Serializable
-
Nested Class Summary
Nested Classes
static class
Predicate17.Impl<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q>
-
Method Summary
default Predicate17<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q>
boolean
test(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,
N n,
O o,
P p,
Q q)
-
Method Details
-
test
boolean test(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,
N n,
O o,
P p,
Q q)
throws Exception
- Throws:
Exception
-
negate
default Predicate17<A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q> negate()
-