Uses of Interface
io.smallrye.common.function.ExceptionToLongFunction
-
Uses of ExceptionToLongFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToLongFunctionModifier and TypeMethodDescriptionstatic <T,E extends EE, TT extends T, EE extends Exception>
ExceptionToLongFunction<TT, EE> Functions.cast(ExceptionToLongFunction<T, E> function) Returns aExceptionToLongFunctionwith identical behavior to the specifiedExceptionToLongFunctionbut with restricted parameter type and relaxed exception type.default <T2> ExceptionToLongFunction<T2, E> ExceptionToLongFunction.compose(ExceptionFunction<? super T2, ? extends T, ? extends E> before) Returns a function which passes the result of the given function through this function.Methods in io.smallrye.common.function with parameters of type ExceptionToLongFunctionModifier and TypeMethodDescriptionstatic <T,E extends EE, TT extends T, EE extends Exception>
ExceptionToLongFunction<TT, EE> Functions.cast(ExceptionToLongFunction<T, E> function) Returns aExceptionToLongFunctionwith identical behavior to the specifiedExceptionToLongFunctionbut with restricted parameter type and relaxed exception type.default <T> ExceptionFunction<T, R, E> ExceptionLongFunction.compose(ExceptionToLongFunction<? super T, ? extends E> before) Returns a function which applies the result of another function to this function.