A - the argument type.public final class FunctionPredicate<A> extends Object implements Predicate<A>
| Constructor and Description |
|---|
FunctionPredicate(Function<? super A,Boolean> function)
|
public FunctionPredicate(Function<? super A,Boolean> function)
function - the Function to wrapCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.