Uses of Interface
cloud.opencode.base.reflect.lambda.OpenLambda.ThrowingFunction
Packages that use OpenLambda.ThrowingFunction
-
Uses of OpenLambda.ThrowingFunction in cloud.opencode.base.reflect.lambda
Methods in cloud.opencode.base.reflect.lambda with parameters of type OpenLambda.ThrowingFunctionModifier and TypeMethodDescriptionstatic <T,R> Function <T, R> OpenLambda.safe(OpenLambda.ThrowingFunction<T, R> function) Safely wraps a throwing function 安全包装可抛出异常的函数