| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
u.OptionalInt.flatMap(Throwables.IntFunction<u.OptionalInt,E> mapper) |
<T,E extends Exception> |
u.OptionalInt.mapToNonNull(Throwables.IntFunction<T,E> mapper) |
<T,E extends Exception> |
u.OptionalInt.mapToObj(Throwables.IntFunction<T,E> mapper)
Map to obj.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntFunction<R>
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.