| Package | Description |
|---|---|
| eu.bandm.tools.ops |
| Modifier and Type | Method and Description |
|---|---|
static <D,S> InitConsumer<D,S> |
Consumers.withInitialState(Consumer<? super D,S> c,
S init) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> BiFunction<InitConsumer<? super A,B>,List<? extends A>,B> |
Lists.fold() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> B |
Lists.fold(InitConsumer<? super A,B> c,
List<? extends A> elems) |
static <D,S> S |
Iterables.fold(InitConsumer<? super D,S> consumer,
Iterable<? extends D> things) |
see also the complete user documentation .