Uses of Interface
io.smallrye.common.function.ExceptionObjIntConsumer
-
Uses of ExceptionObjIntConsumer in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) Returns a consumer which passes its arguments to this consumer followed by the given consumer.default ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) Returns a consumer which passes its arguments to this consumer followed by the given consumer.static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjIntConsumer<TT, EE> Functions.cast(ExceptionObjIntConsumer<T, E> consumer) Returns aExceptionObjIntConsumerwith identical behavior to the specifiedExceptionObjIntConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before) Returns a consumer which passes its arguments to the given consumer followed by this consumer.default ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) Returns a consumer which passes its arguments to the given consumer followed by this consumer.Methods in io.smallrye.common.function with parameters of type ExceptionObjIntConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.andThen(ExceptionObjIntConsumer<? super T, ? extends E> after) Returns a consumer which passes its arguments to this consumer followed by the given consumer.static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjIntConsumer<TT, EE> Functions.cast(ExceptionObjIntConsumer<T, E> consumer) Returns aExceptionObjIntConsumerwith identical behavior to the specifiedExceptionObjIntConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjIntConsumer<T, E> ExceptionObjIntConsumer.compose(ExceptionObjIntConsumer<? super T, ? extends E> before) Returns a consumer which passes its arguments to the given consumer followed by this consumer.static <T,E extends Exception>
ObjIntConsumer<T> Functions.quiet(ExceptionObjIntConsumer<T, E> consumer, Consumer<E> handler) Converts anExceptionObjIntConsumerto a standardObjIntConsumerusing the specified exception handler.