R - the result typeT1 - the first parameter typeT2 - the second parameter typepublic class Sum<R,T1,T2> extends Object implements BiFunction<T1,T2,R>
| 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.