Uses of Enum Class
cloud.opencode.base.functional.monad.Unit
Packages that use Unit
Package
Description
OpenCode Functional - Functional Programming Utilities for JDK 25+
OpenCode 函数式编程工具库
Monad Types - Functional containers for computation
Monad 类型 - 计算的函数式容器
-
Uses of Unit in cloud.opencode.base.functional
Methods in cloud.opencode.base.functional that return Unit -
Uses of Unit in cloud.opencode.base.functional.monad
Subclasses with type arguments of type Unit in cloud.opencode.base.functional.monadModifier and TypeClassDescriptionenumUnit - Represents a valueless result (void equivalent as a type) Unit - 表示无值结果(void 的类型等价物)Methods in cloud.opencode.base.functional.monad that return UnitModifier and TypeMethodDescriptionstatic UnitReturns the enum constant of this class with the specified name.static Unit[]Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.functional.monad that return types with arguments of type Unit