Uses of Interface
io.microsphere.lang.function.ThrowableBiFunction
-
Packages that use ThrowableBiFunction Package Description io.microsphere.invoke io.microsphere.lang.function -
-
Uses of ThrowableBiFunction in io.microsphere.invoke
Methods in io.microsphere.invoke with parameters of type ThrowableBiFunction Modifier and Type Method Description protected static java.lang.invoke.MethodHandleMethodHandlesLookupUtils. find(java.lang.invoke.MethodHandles.Lookup lookup, java.lang.Class<?> requestedClass, java.lang.String methodName, java.lang.Class[] parameterTypes, ThrowableBiFunction<java.lang.invoke.MethodHandles.Lookup,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle> function)protected static java.lang.invoke.MethodHandleMethodHandlesLookupUtils. find(java.lang.invoke.MethodHandles.Lookup lookup, java.lang.reflect.Method method, ThrowableBiFunction<java.lang.invoke.MethodHandles.Lookup,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle> function)protected static java.lang.invoke.MethodHandleMethodHandleUtils. find(java.lang.Class<?> requestedClass, java.lang.String methodName, java.lang.Class[] parameterTypes, ThrowableBiFunction<java.lang.invoke.MethodHandles.Lookup,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle> function)protected static java.lang.invoke.MethodHandleMethodHandlesLookupUtils. findPublic(java.lang.Class<?> requestedClass, java.lang.String methodName, java.lang.Class[] parameterTypes, ThrowableBiFunction<java.lang.invoke.MethodHandles.Lookup,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle> function)protected static java.lang.invoke.MethodHandleMethodHandlesLookupUtils. findPublic(java.lang.reflect.Method method, ThrowableBiFunction<java.lang.invoke.MethodHandles.Lookup,java.lang.invoke.MethodType,java.lang.invoke.MethodHandle> function) -
Uses of ThrowableBiFunction in io.microsphere.lang.function
Methods in io.microsphere.lang.function with parameters of type ThrowableBiFunction Modifier and Type Method Description static <T,U,R>
RThrowableBiFunction. execute(T first, U second, ThrowableBiFunction<T,U,R> function)Executes the givenThrowableBiFunctionwith the provided arguments using the default exception handler.static <T,U,R>
RThrowableBiFunction. execute(T first, U second, ThrowableBiFunction<T,U,R> function, ThrowableBiFunction.ExceptionHandler<T,U,R> exceptionHandler)Executes the givenThrowableBiFunctionwith the provided arguments using a custom exception handler.
-