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