Uses of Interface
io.microsphere.lang.function.ThrowableBiFunction.ExceptionHandler
-
Packages that use ThrowableBiFunction.ExceptionHandler Package Description io.microsphere.lang.function -
-
Uses of ThrowableBiFunction.ExceptionHandler in io.microsphere.lang.function
Fields in io.microsphere.lang.function declared as ThrowableBiFunction.ExceptionHandler Modifier and Type Field Description static ThrowableBiFunction.ExceptionHandler
ThrowableBiFunction. DEFAULT_EXCEPTION_HANDLER
Methods in io.microsphere.lang.function with parameters of type ThrowableBiFunction.ExceptionHandler Modifier and Type Method Description static <T,U,R>
RThrowableBiFunction. execute(T first, U second, ThrowableBiFunction<T,U,R> function, ThrowableBiFunction.ExceptionHandler<T,U,R> exceptionHandler)
ExecutesThrowableBiFunction
with the customized exception handling
-