| static <T> OptionalChunk<T> |
| of(T value) |
| method_57124(T arg0) |
| of(T chunk) |
|
| static <T> OptionalChunk<T> |
|
| static <T> OptionalChunk<T> |
|
| boolean |
| isSuccess() |
| method_57122() |
| isPresent() |
|
| T |
| orElse(T orElse) |
| method_57130(T arg0) |
| orElse(T other) |
|
| static <R> R |
|
| String |
| getError() |
| method_57129() |
| getError() |
|
| OptionalChunk<T> |
|
| <R> OptionalChunk<R> |
|
| <E extends Throwable> T |
| orElseThrow(Supplier<E> exceptionSupplier) throws E |
| method_57132(Supplier<E> arg0) throws E |
| orElseThrow(Supplier<E> exceptionSupplier) throws E |
|
| private static String |
|