T1 - the first parameter typeT2 - the second parameter type, the result typepublic class SecondParam<T1,T2> extends Object implements BinaryDelegate<T2,T1,T2>
| Constructor and Description |
|---|
SecondParam() |
public T2 perform(T1 former, T2 latter)
BinaryDelegateperform in interface BinaryDelegate<T2,T1,T2>former - the former elementlatter - the latter elementCopyright © 2013. All Rights Reserved.