Uses of Interface
org.apache.dubbo.common.function.ThrowableFunction
Packages that use ThrowableFunction
-
Uses of ThrowableFunction in org.apache.dubbo.common.function
Methods in org.apache.dubbo.common.function with parameters of type ThrowableFunctionModifier and TypeMethodDescriptionstatic <T,R> R ThrowableFunction.execute(T t, ThrowableFunction<T, R> function) ExecutesThrowableFunction