Uses of Interface
io.smallrye.common.function.ExceptionObjLongConsumer
-
Uses of ExceptionObjLongConsumer in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionObjLongConsumerModifier and TypeMethodDescriptiondefault ExceptionObjLongConsumer<T,E> ExceptionObjLongConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjLongConsumer<TT,EE> Functions.cast(ExceptionObjLongConsumer<T, E> consumer) Returns aExceptionObjLongConsumerwith identical behavior to the specifiedExceptionObjLongConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjLongConsumer<T,E> ExceptionObjLongConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) Methods in io.smallrye.common.function with parameters of type ExceptionObjLongConsumerModifier and TypeMethodDescriptiondefault ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) default ExceptionObjLongConsumer<T,E> ExceptionObjLongConsumer.andThen(ExceptionObjLongConsumer<? super T, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionObjLongConsumer<TT,EE> Functions.cast(ExceptionObjLongConsumer<T, E> consumer) Returns aExceptionObjLongConsumerwith identical behavior to the specifiedExceptionObjLongConsumerbut with restricted parameter type and relaxed exception type.default ExceptionObjIntConsumer<T,E> ExceptionObjIntConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) default ExceptionObjLongConsumer<T,E> ExceptionObjLongConsumer.compose(ExceptionObjLongConsumer<? super T, ? extends E> before) static <T,E extends Exception>
ObjLongConsumer<T>Functions.quiet(ExceptionObjLongConsumer<T, E> consumer, Consumer<E> handler) Converts anExceptionObjLongConsumerto a standardObjLongConsumerusing the specified exception handler.