R - the result typeT1 - the first parameter typeT2 - the second parameter typepublic class Multiply<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
public Multiply(MultiplyPolicy<R,T1,T2> policy)
public R perform(T1 accumulator, T2 value)
BinaryDelegateperform in interface BinaryDelegate<R,T1,T2>accumulator - the former elementvalue - the latter elementCopyright © 2013. All rights reserved.