R - the result typeT1 - the first parameter typeT2 - the second parameter typepublic class Multiply<R,T1,T2> extends Object implements BiFunction<T1,T2,R>
| Constructor and Description |
|---|
Multiply(MultiplyPolicy<R,T1,T2> policy) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 accumulator,
T2 value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenCopyright © 2017. All rights reserved.