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