Package | Description |
---|---|
com.landawn.abacus.util | |
com.landawn.abacus.util.function |
Modifier and Type | Method and Description |
---|---|
<E extends java.lang.Exception> |
OptionalByte.orElseGet(Try.ByteSupplier<E> other)
Return the value if present, otherwise invoke
other and return
the result of that invocation. |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteSupplier |