| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
indexed(IndexedConsumer<T> action)
Returns a stateful
BiPredicate. |
@Beta @SequentialOnly @Stateful public static <T> Consumer<T> indexed(IndexedConsumer<T> action)
BiPredicate. Don't save or cache for reuse or use it in parallel stream.T - action - Copyright © 2021. All rights reserved.