| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
default <N extends Exception> |
ThrowingSupplier.mapCheckedException(Function<Exception,N> exceptionMapper) |
static <T,E extends Exception> |
Try.supplier(ThrowingSupplier<T,E> supplier) |
| Modifier and Type | Method and Description |
|---|---|
static <D,E extends Exception> |
Optionals.orElseGet(Optional<D> current,
ThrowingSupplier<? extends D,E> supplier) |
<E extends Exception> |
Optionals.Wrapper.orElseGet(ThrowingSupplier<? extends T,E> supplier) |
static <T,E extends Exception> |
Try.supplier(ThrowingSupplier<T,E> supplier) |
Copyright © 2017. All rights reserved.