| Package | Description |
|---|---|
| de.flapdoodle.types |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
Try.consumer(ThrowingConsumer<T,E> consumer) |
default <N extends Exception> |
ThrowingConsumer.mapCheckedException(Function<Exception,N> exceptionMapper) |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
Try.consumer(ThrowingConsumer<T,E> consumer) |
<E extends Exception> |
Optionals.Wrapper.ifPresent(ThrowingConsumer<? super T,E> consumer) |
Copyright © 2017. All rights reserved.