R - the adapter result typeT1 - the adapter first parameter typeT2 - the adapter second parameter typeT3 - the adapter third parameter typepublic class IgnoreFirstOfThree<R,T1,T2,T3> extends Object implements TernaryDelegate<R,T1,T2,T3>
| Constructor and Description |
|---|
IgnoreFirstOfThree(BinaryDelegate<R,T2,T3> adaptee) |
public IgnoreFirstOfThree(BinaryDelegate<R,T2,T3> adaptee)
public R perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2013. All rights reserved.