public static class Predicate1.Impl<A> extends IntrospectableLambda implements Predicate1<A>
Predicate1.Impl<A>| Constructor and Description |
|---|
Impl(Predicate1<A> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLambda() |
boolean |
test(A a) |
equals, hashCode, toStringpublic Impl(Predicate1<A> predicate)
public boolean test(A a) throws Exception
test in interface Predicate1<A>Exceptionpublic Object getLambda()
getLambda in class IntrospectableLambdaCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.