R - the result type parameterT1 - the first type parameterT2 - the second type parameterT3 - the third type parameterpublic class TernaryToUnaryDelegate<R,T1,T2,T3> extends Object implements Delegate<R,Triple<T1,T2,T3>>
| Constructor and Description |
|---|
TernaryToUnaryDelegate(TernaryDelegate<R,T1,T2,T3> delegate) |
Copyright © 2016. All rights reserved.