Uses of Interface
cloud.opencode.base.reflect.lambda.OpenLambda.ThrowingConsumer
Packages that use OpenLambda.ThrowingConsumer
-
Uses of OpenLambda.ThrowingConsumer in cloud.opencode.base.reflect.lambda
Methods in cloud.opencode.base.reflect.lambda with parameters of type OpenLambda.ThrowingConsumerModifier and TypeMethodDescriptionstatic <T> Consumer<T> OpenLambda.safe(OpenLambda.ThrowingConsumer<T> consumer) Safely wraps a throwing consumer 安全包装可抛出异常的消费者