Uses of Interface
io.smallrye.common.function.ExceptionToLongBiFunction
-
Uses of ExceptionToLongBiFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToLongBiFunctionModifier and TypeMethodDescriptionstatic <T,U, E extends EE, TT extends T, UU extends U, EE extends Exception>
ExceptionToLongBiFunction<TT, UU, EE> Functions.cast(ExceptionToLongBiFunction<T, U, E> function) Returns aExceptionToLongBiFunctionwith identical behavior to the specifiedExceptionToLongBiFunctionbut with restricted parameter types and relaxed exception type.Methods in io.smallrye.common.function with parameters of type ExceptionToLongBiFunctionModifier and TypeMethodDescriptionstatic <T,U, E extends EE, TT extends T, UU extends U, EE extends Exception>
ExceptionToLongBiFunction<TT, UU, EE> Functions.cast(ExceptionToLongBiFunction<T, U, E> function) Returns aExceptionToLongBiFunctionwith identical behavior to the specifiedExceptionToLongBiFunctionbut with restricted parameter types and relaxed exception type.