Uses of Interface
com.github.phantomthief.util.ThrowableConsumer
-
Packages that use ThrowableConsumer Package Description com.github.phantomthief.concurrent com.github.phantomthief.util -
-
Uses of ThrowableConsumer in com.github.phantomthief.concurrent
Methods in com.github.phantomthief.concurrent that return types with arguments of type ThrowableConsumer Modifier and Type Method Description List<ThrowableConsumer<TimeoutException,Exception>>TimeoutListenableFuture. getTimeoutListeners()Methods in com.github.phantomthief.concurrent with parameters of type ThrowableConsumer Modifier and Type Method Description TimeoutListenableFuture<V>TimeoutListenableFuture. addTimeoutListener(ThrowableConsumer<TimeoutException,Exception> listener) -
Uses of ThrowableConsumer in com.github.phantomthief.util
Methods in com.github.phantomthief.util that return ThrowableConsumer Modifier and Type Method Description default ThrowableConsumer<T,X>ThrowableConsumer. andThen(ThrowableConsumer<? super T,X> after)Methods in com.github.phantomthief.util with parameters of type ThrowableConsumer Modifier and Type Method Description default ThrowableConsumer<T,X>ThrowableConsumer. andThen(ThrowableConsumer<? super T,X> after)static <T,R,X extends Throwable>
RMoreFunctions. catching(ThrowableFunction<T,R,Exception> function, T t, ThrowableConsumer<Throwable,X> exceptionHandler)static <R,X extends Throwable>
RMoreFunctions. catching(Callable<R> callable, ThrowableConsumer<Throwable,X> exceptionHandler)<X extends Throwable>
voidMoreSuppliers.CloseableSupplier. ifPresent(ThrowableConsumer<T,X> consumer)<X2 extends Throwable>
voidMoreSuppliers.CloseableThrowableSupplier. ifPresent(ThrowableConsumer<T,X2> consumer)<X extends Throwable>
voidMoreSuppliers.CloseableSupplier. tryClose(ThrowableConsumer<T,X> close)<X2 extends Throwable>
voidMoreSuppliers.CloseableThrowableSupplier. tryClose(ThrowableConsumer<T,X2> close)
-