T1 - the adapted predicate first parameter typeT2 - the adapted predicate second element typepublic class PredicateBinderFirst<T1,T2> extends Object implements Predicate<T2>
| Constructor and Description |
|---|
PredicateBinderFirst(BinaryPredicate<T1,T2> adaptee,
T1 first) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T2 second)
tests the predicate against the element
|
public PredicateBinderFirst(BinaryPredicate<T1,T2> adaptee, T1 first)
Copyright © 2016. All rights reserved.