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