Uses of Interface
io.smallrye.common.function.ExceptionToIntFunction
-
Uses of ExceptionToIntFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToIntFunctionModifier and TypeMethodDescriptionstatic <T,E extends EE, TT extends T, EE extends Exception>
ExceptionToIntFunction<TT, EE> Functions.cast(ExceptionToIntFunction<T, E> function) Returns aExceptionToIntFunctionwith identical behavior to the specifiedExceptionToIntFunctionbut with restricted parameter type and relaxed exception type.default <T2> ExceptionToIntFunction<T2, E> ExceptionToIntFunction.compose(ExceptionFunction<? super T2, ? extends T, ? extends E> before) Apply this function after the given function.Methods in io.smallrye.common.function with parameters of type ExceptionToIntFunctionModifier and TypeMethodDescriptionstatic <T,E extends EE, TT extends T, EE extends Exception>
ExceptionToIntFunction<TT, EE> Functions.cast(ExceptionToIntFunction<T, E> function) Returns aExceptionToIntFunctionwith identical behavior to the specifiedExceptionToIntFunctionbut with restricted parameter type and relaxed exception type.default <T> ExceptionFunction<T, R, E> ExceptionIntFunction.compose(ExceptionToIntFunction<? super T, ? extends E> before) Returns a function which applies the result of another function to this function.