Uses of Class
cloud.opencode.base.functional.monad.Lazy
Packages that use Lazy
Package
Description
OpenCode Functional - Functional Programming Utilities for JDK 25+
OpenCode 函数式编程工具库
Monad Types - Functional containers for computation
Monad 类型 - 计算的函数式容器
-
Uses of Lazy in cloud.opencode.base.functional
Methods in cloud.opencode.base.functional that return Lazy -
Uses of Lazy in cloud.opencode.base.functional.monad
Methods in cloud.opencode.base.functional.monad 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> Create a Lazy from supplier 从供应商创建 LazyTrampoline.toLazy()Convert to a Lazy that executes the trampoline.static <T> Lazy<T> Lazy.value(T value) Create an already-evaluated Lazy with value 创建已求值的 LazyMethod parameters in cloud.opencode.base.functional.monad with type arguments of type Lazy