@FunctionalInterface
public interface ExceptionSupplier<T,E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
default ExceptionRunnable<E> |
andThen(ExceptionConsumer<? super T,? extends E> after) |
|
default <R> ExceptionSupplier<R,E> |
andThen(ExceptionFunction<? super T,? extends R,? extends E> after) |
|
T |
get() |
Gets a result.
|
default ExceptionRunnable<E> andThen(ExceptionConsumer<? super T,? extends E> after)
default <R> ExceptionSupplier<R,E> andThen(ExceptionFunction<? super T,? extends R,? extends E> after)
Copyright © 2017 JBoss, a division of Red Hat, Inc.