| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
u.OptionalShort.flatMap(Throwables.ShortFunction<u.OptionalShort,E> mapper) |
<T,E extends Exception> |
u.OptionalShort.mapToNonNull(Throwables.ShortFunction<T,E> mapper) |
<T,E extends Exception> |
u.OptionalShort.mapToObj(Throwables.ShortFunction<T,E> mapper)
Map to obj.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShortFunction<R> |
Copyright © 2021. All rights reserved.