public static class Predicate2.Impl<A,B> extends IntrospectableLambda implements Predicate2<A,B>
Predicate2.Impl<A,B>| Constructor and Description |
|---|
Impl(Predicate2<A,B> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getLambda() |
PredicateInformation |
predicateInformation() |
boolean |
test(A a,
B b) |
equals, get, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitnegatepublic Impl(Predicate2<A,B> predicate)
public boolean test(A a, B b) throws Exception
test in interface Predicate2<A,B>Exceptionpublic Object getLambda()
getLambda in class IntrospectableLambdapublic PredicateInformation predicateInformation()
predicateInformation in interface Predicate2<A,B>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.