| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<A,T> |
Collector.accumulator()
Function folds elements into container.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Stream.collect(Supplier<R> supplier,
BiConsumer<R,? super T> accumulator)
Collects elements to
supplier provided container by applying the given accumulation function. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiConsumer<T,U> |
BiConsumer.Util.andThen(BiConsumer<? super T,? super U> c1,
BiConsumer<? super T,? super U> c2)
Composes
BiConsumer calls. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiConsumer<T,U> |
BiConsumer.Util.andThen(BiConsumer<? super T,? super U> c1,
BiConsumer<? super T,? super U> c2)
Composes
BiConsumer calls. |
static <T,U> BiConsumer<T,U> |
BiConsumer.Util.andThen(BiConsumer<? super T,? super U> c1,
BiConsumer<? super T,? super U> c2)
Composes
BiConsumer calls. |
Copyright © 2017. All rights reserved.