Uses of Interface
cloud.opencode.base.core.func.CheckedCallable
Packages that use CheckedCallable
-
Uses of CheckedCallable in cloud.opencode.base.core.func
Methods in cloud.opencode.base.core.func that return CheckedCallableModifier and TypeMethodDescriptionstatic <V> CheckedCallable<V> CheckedCallable.from(CheckedSupplier<V> supplier) Converts a CheckedSupplier to a CheckedCallable 将 CheckedSupplier 转换为 CheckedCallablestatic <V> CheckedCallable<V> Wraps a JDK Callable as a CheckedCallable 将 JDK Callable 包装为 CheckedCallable