R - the delegate result typeT1 - the delegate first parameter typeT2 - the delegate second parameter typeT3 - the delegate third parameter typepublic class TransformingTernaryPredicate<R,T1,T2,T3> extends Object implements TernaryPredicate<T1,T2,T3>
| Constructor and Description |
|---|
TransformingTernaryPredicate(Predicate<R> predicate,
TernaryDelegate<R,T1,T2,T3> delegate) |
Copyright © 2016. All rights reserved.