Uses of Interface
io.smallrye.common.function.ExceptionObjIntFunction
-
Uses of ExceptionObjIntFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionObjIntFunctionModifier and TypeMethodDescriptiondefault <V> ExceptionObjIntFunction<T, V, E> ExceptionObjIntFunction.andThen(ExceptionFunction<? super R, ? extends V, ? extends E> after) Returns a function that applies the given function to the result of this function.