public final class ReduceWithInitialValueSupplier<R,T> extends Object implements Single<R>
| Constructor and Description |
|---|
ReduceWithInitialValueSupplier(Callable<? extends R> initialValue,
BiFunction<? super R,? super T,? extends R> reducer,
StreamIterable<T> source) |
| Modifier and Type | Method and Description |
|---|---|
R |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoOnError, doOnValue, error, error, flatMap, flatMapMaybe, forEach, fromCallable, go, iterator, map, of, println, repeat, retryWhen, retryWhen, start, switchOnError, test, timer, timer, to, toStreamiteratorNullCheckedforEach, spliteratorCopyright © 2018–2023. All rights reserved.