public final class Collect<T,R> extends Object implements Single<R>
Constructor and Description |
---|
Collect(Callable<? extends R> factory,
BiConsumer<? super R,? super T> collector,
Stream<T> source) |
Modifier and Type | Method and Description |
---|---|
R |
get() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doOnError, doOnValue, error, error, flatMap, flatMapMaybe, forEach, fromCallable, go, iterator, map, of, println, repeat, retryWhen, retryWhen, start, switchOnError, test, timer, timer, to, toStream
iteratorNullChecked
forEach, spliterator
Copyright © 2018–2024. All rights reserved.