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 |
---|---|
boolean |
test(A a,
B b) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.