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