R - the result typeT1 - the first parameter typeT2 - the second parameter typepublic class Divide<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
public Divide(DividePolicy<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.