| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
N.forEach(int startInclusive,
int endExclusive,
int step,
Throwables.IntConsumer<E> action) |
static <E extends Exception> |
N.forEach(int startInclusive,
int endExclusive,
Throwables.IntConsumer<E> action) |
<E extends Exception> |
u.OptionalInt.ifPresent(Throwables.IntConsumer<E> action) |
<E extends Exception,E2 extends Exception> |
u.OptionalInt.ifPresentOrElse(Throwables.IntConsumer<E> action,
Throwables.Runnable<E2> emptyAction)
If present or else.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntConsumer
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.