| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> BiIterator<A,B> |
BiIterator.generate(int fromIndex,
int toIndex,
IndexedConsumer<Pair<A,B>> output) |
static <A,B,C> TriIterator<A,B,C> |
TriIterator.generate(int fromIndex,
int toIndex,
IndexedConsumer<Triple<A,B,C>> output) |
static <T> Consumer<T> |
Fn.Consumers.indexed(IndexedConsumer<T> action)
Returns a stateful
BiPredicate. |
| Modifier and Type | Method and Description |
|---|---|
default IndexedConsumer<T> |
IndexedConsumer.andThen(IndexedConsumer<? super T> after) |
| Modifier and Type | Method and Description |
|---|---|
default IndexedConsumer<T> |
IndexedConsumer.andThen(IndexedConsumer<? super T> after) |
Copyright © 2021. All rights reserved.