default ExceptionRunnable<E> |
ExceptionConsumer.compose(ExceptionSupplier<? extends T,? extends E> before) |
default ExceptionSupplier<R,E> |
ExceptionFunction.compose(ExceptionSupplier<? extends T,? extends E> before) |
default ExceptionSupplier<R,E> |
ExceptionBiFunction.compose(ExceptionSupplier<? extends T,? extends E> before1,
ExceptionSupplier<? extends U,? extends E> before2) |
default ExceptionSupplier<R,E> |
ExceptionBiFunction.compose(ExceptionSupplier<? extends T,? extends E> before1,
ExceptionSupplier<? extends U,? extends E> before2) |
default ExceptionRunnable<E> |
ExceptionBiConsumer.compose(ExceptionSupplier<? extends T,? extends E> before1,
ExceptionSupplier<? extends U,? extends E> before2) |
default ExceptionRunnable<E> |
ExceptionBiConsumer.compose(ExceptionSupplier<? extends T,? extends E> before1,
ExceptionSupplier<? extends U,? extends E> before2) |