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