R - the adapted delegate result typeT1 - the adapted delegate first parameter typeT2 - the adapted delegate second parameter typeT3 - the adapted delegate third parameter typepublic class BinderSecondOfThree<R,T1,T2,T3> extends Object implements BinaryDelegate<R,T1,T3>
public R perform(T1 first, T3 third)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T3>first - the former elementthird - the latter elementCopyright © 2013. All rights reserved.