Uses of Interface
cloud.opencode.base.core.func.CheckedSupplier
Packages that use CheckedSupplier
-
Uses of CheckedSupplier in cloud.opencode.base.core.func
Methods in cloud.opencode.base.core.func that return CheckedSupplierModifier and TypeMethodDescriptionstatic <T> CheckedSupplier<T> Wraps a standard Supplier as a CheckedSupplier 将普通 Supplier 包装为 CheckedSupplierMethods in cloud.opencode.base.core.func with parameters of type CheckedSupplierModifier and TypeMethodDescriptionstatic <V> CheckedCallable<V> CheckedCallable.from(CheckedSupplier<V> supplier) Converts a CheckedSupplier to a CheckedCallable 将 CheckedSupplier 转换为 CheckedCallable