R - the delegate result typeT1 - the delegate first parameter typeT2 - the delegate second parameter typepublic class TransformingBinaryPredicate<R,T1,T2> extends Object implements BinaryPredicate<T1,T2>
| Constructor and Description |
|---|
TransformingBinaryPredicate(Predicate<R> predicate,
BinaryDelegate<R,T1,T2> delegate) |
Copyright © 2013. All rights reserved.