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