| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
N.forEach(int startInclusive,
int endExclusive,
int step,
T a,
Throwables.ObjIntConsumer<? super T,E> action)
Deprecated.
use traditional for-loop
|
static <T,E extends Exception> |
N.forEach(int startInclusive,
int endExclusive,
T a,
Throwables.ObjIntConsumer<? super T,E> action)
Deprecated.
use traditional for-loop
|
<E extends Exception> |
Multiset.forEach(Throwables.ObjIntConsumer<? super T,E> action) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjIntConsumer<T>
Refer to JDK API documentation at: https://docs.oracle.com/javase/8/docs/api/java/util/function/package-summary.html
|
Copyright © 2021. All rights reserved.