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)static <R extends RR,E extends EE,RR,EE extends Exception>
ExceptionIntFunction<RR,EE>Functions. cast(ExceptionIntFunction<R,E> function)Returns aExceptionIntFunctionwith identical behavior to the specifiedExceptionFunctionbut with relaxed return type and relaxed exception type.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)static <R extends RR,E extends EE,RR,EE extends Exception>
ExceptionIntFunction<RR,EE>Functions. cast(ExceptionIntFunction<R,E> function)Returns aExceptionIntFunctionwith identical behavior to the specifiedExceptionFunctionbut with relaxed return type and relaxed exception type.
-