public interface Predicate4<A,B,C,D> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Predicate4.Impl<A,B,C,D> |
Modifier and Type | Method and Description |
---|---|
default Predicate4<A,B,C,D> |
negate() |
boolean |
test(A a,
B b,
C c,
D d) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.