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