R - the ModulusPolicy result typeT1 - the accumulator typeT2 - the modulus typepublic class Modulus<R,T1,T2> extends Object implements BinaryDelegate<R,T1,T2>
public Modulus(ModulusPolicy<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 © 2012. All Rights Reserved.