Uses of Interface
io.smallrye.common.function.ExceptionIntFunction
-
Uses of ExceptionIntFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionIntFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionIntFunction<R2, E> ExceptionIntFunction.andThen(ExceptionFunction<? super R, ? extends R2, ? extends E> after) Returns a function which applies the result of this function to another function.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 ExceptionIntFunctionModifier and TypeMethodDescriptiondefault <R> ExceptionBiFunction<T, U, R, E> ExceptionToIntBiFunction.andThen(ExceptionIntFunction<R, E> after) Returns a function which applies the result of this function to the given function.default <R> ExceptionFunction<T, R, E> ExceptionToIntFunction.andThen(ExceptionIntFunction<? extends R, ? extends E> after) Apply the given function after this function.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.