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() |
default PredicateInformation |
predicateInformation() |
boolean |
test(A a,
B b,
C c,
D d) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.