Uses of Class
cloud.opencode.base.core.Lazy
Packages that use Lazy
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Lazy in cloud.opencode.base.core
Methods in cloud.opencode.base.core that return LazyModifier and TypeMethodDescriptionFilter the value lazily.<U> Lazy<U> Transform to another Lazy lazily 惰性转换为另一个 Lazy<U> Lazy<U> Transform the value lazily.static <T> Lazy<T> Lazy.of(CheckedSupplier<T> supplier) Create a Lazy from a CheckedSupplier.static <T> Lazy<T> Create a Lazy from a Supplier 从 Supplier 创建 Lazystatic <T> Lazy<T> Lazy.value(T value) Create an already-evaluated Lazy with a pre-computed value 创建已求值的 Lazy,包含预计算的值Method parameters in cloud.opencode.base.core with type arguments of type Lazy