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