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