Uses of Interface
io.smallrye.common.function.ExceptionObjIntConsumer
-
-
Uses of ExceptionObjIntConsumer in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionObjIntConsumer Modifier and Type Method Description default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. andThen(ExceptionObjIntConsumer<? super T,? extends E> after)default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. andThen(ExceptionObjLongConsumer<? super T,? extends E> after)default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. compose(ExceptionObjIntConsumer<? super T,? extends E> before)default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. compose(ExceptionObjLongConsumer<? super T,? extends E> before)Methods in io.smallrye.common.function with parameters of type ExceptionObjIntConsumer Modifier and Type Method Description default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. andThen(ExceptionObjIntConsumer<? super T,? extends E> after)default ExceptionObjIntConsumer<T,E>ExceptionObjIntConsumer. compose(ExceptionObjIntConsumer<? super T,? extends E> before)
-