R - the result typeT1 - the first parameter typeT2 - the second parameter typepublic class Sum<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
public R perform(T1 accumulator, T2 value)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T2>accumulator - the former elementvalue - the latter elementCopyright © 2012. All Rights Reserved.