R - the adapter result typeT1 - the adapter first parameter typeT2 - the adapter second parameter typepublic class IgnoreSecond<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.