Uses of Interface
cloud.opencode.base.reflect.lambda.OpenLambda.ThrowingSupplier
Packages that use OpenLambda.ThrowingSupplier
-
Uses of OpenLambda.ThrowingSupplier in cloud.opencode.base.reflect.lambda
Methods in cloud.opencode.base.reflect.lambda with parameters of type OpenLambda.ThrowingSupplierModifier and TypeMethodDescriptionstatic <T> Supplier<T> OpenLambda.safe(OpenLambda.ThrowingSupplier<T> supplier) Safely wraps a throwing supplier 安全包装可抛出异常的提供者