<Ex extends Exception> FunctionDesc.Rtn3pWrapper<R,T1,T2,T3> |
FunctionDesc.Rtn3pWrapper.addHandle(Class<Ex> exType,
Consumer<Ex> handle) |
FunctionDesc.Rtn3pWrapper<R,T1,T2,T3> |
FunctionDesc.Rtn3pWrapper.addHandle(Consumer<Exception> handle) |
static <R,T1,T2,T3> FunctionDesc.Rtn3pWrapper<R,T1,T2,T3> |
InvokeProxy.fun(FunctionDesc.Rtn3P<R,T1,T2,T3> rtn3P) |
FunctionDesc.Rtn3pWrapper<R,T1,T2,T3> |
FunctionDesc.Rtn3pWrapper.setDefault(R value) |
FunctionDesc.Rtn3pWrapper<R,T1,T2,T3> |
FunctionDesc.Rtn3pWrapper.setSupplier(Supplier<R> supplier) |