<Ex extends Exception> FunctionDesc.Rtn2pWrapper<R,T1,T2> |
FunctionDesc.Rtn2pWrapper.addHandle(Class<Ex> exType,
Consumer<Ex> handle) |
FunctionDesc.Rtn2pWrapper<R,T1,T2> |
FunctionDesc.Rtn2pWrapper.addHandle(Consumer<Exception> handle) |
static <R,T1,T2> FunctionDesc.Rtn2pWrapper<R,T1,T2> |
InvokeProxy.fun(FunctionDesc.Rtn2P<R,T1,T2> rtn2P) |
FunctionDesc.Rtn2pWrapper<R,T1,T2> |
FunctionDesc.Rtn2pWrapper.setDefault(R value) |
FunctionDesc.Rtn2pWrapper<R,T1,T2> |
FunctionDesc.Rtn2pWrapper.setSupplier(Supplier<R> supplier) |