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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
negate
public Impl(Predicate1<A> predicate)
public boolean test(A a) throws Exception
test
in interface Predicate1<A>
Exception
public Object getLambda()
getLambda
in class IntrospectableLambda
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.