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