Uses of Interface
io.smallrye.common.function.ExceptionToIntFunction
-
-
Uses of ExceptionToIntFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToIntFunction Modifier and Type Method Description default <T2> ExceptionToIntFunction<T2,E>ExceptionToIntFunction. compose(ExceptionFunction<? super T2,? extends T,? extends E> before)Methods in io.smallrye.common.function with parameters of type ExceptionToIntFunction Modifier and Type Method Description default <T> ExceptionFunction<T,R,E>ExceptionIntFunction. compose(ExceptionToIntFunction<? super T,? extends E> before)
-