R - the result type parameterT1 - the former type parameterT2 - the latter type parameterpublic class UnaryToBinaryDelegate<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
public R perform(T1 first, T2 second)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T2>first - the former elementsecond - the latter elementCopyright © 2013. All Rights Reserved.