T1 - the adapted predicate first parameter typeT2 - the adapted predicate second parameter typepublic class BinaryPredicateToBinaryDelegate<T1,T2> extends Object implements BinaryDelegate<Boolean,T1,T2>
| Constructor and Description |
|---|
BinaryPredicateToBinaryDelegate(BinaryPredicate<T1,T2> adaptee) |
public BinaryPredicateToBinaryDelegate(BinaryPredicate<T1,T2> adaptee)
public Boolean perform(T1 first, T2 second)
BinaryDelegateperform in interface BinaryDelegate<Boolean,T1,T2>first - the former elementsecond - the latter elementCopyright © 2013. All rights reserved.