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