Uses of Interface
io.smallrye.common.function.ExceptionBiConsumer
-
-
Uses of ExceptionBiConsumer in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionBiConsumer Modifier and Type Method Description default ExceptionBiConsumer<T,U,E>ExceptionBiConsumer. andThen(ExceptionBiConsumer<? super T,? super U,? extends E> after)default ExceptionBiConsumer<T,U,E>ExceptionBiFunction. andThen(ExceptionConsumer<R,? extends E> after)static <T> ExceptionBiConsumer<Consumer<T>,T,RuntimeException>Functions. consumerExceptionBiConsumer()Get the singleton consumer which accepts a consumer and an argument to hand to it.static <T,U,E extends Exception>
ExceptionBiConsumer<T,U,E>Functions. discardingExceptionBiConsumer()Get a consumer which discards the values it is given.static <T,E extends Exception>
ExceptionBiConsumer<ExceptionConsumer<T,E>,T,E>Functions. exceptionConsumerBiConsumer()Get the singleton consumer which accepts a consumer and an argument to hand to it.Methods in io.smallrye.common.function with parameters of type ExceptionBiConsumer Modifier and Type Method Description default ExceptionBiConsumer<T,U,E>ExceptionBiConsumer. andThen(ExceptionBiConsumer<? super T,? super U,? extends E> after)default ExceptionConsumer<T,E>ExceptionFunction. andThen(ExceptionBiConsumer<? super T,? super R,? extends E> after)static <T,U,E extends Exception>
ExceptionRunnable<E>Functions. exceptionCapturingRunnable(ExceptionBiConsumer<T,U,E> consumer, T param1, U param2)Get a runnable which executes the given consumer with captured values.
-