Uses of Enum Class
cloud.opencode.base.parallel.structured.TaskResult.State
Packages that use TaskResult.State
Package
Description
Structured Package - Structured Concurrency (JDK 25 JEP 499/501)
结构化包 - 结构化并发 (JDK 25 JEP 499/501)
-
Uses of TaskResult.State in cloud.opencode.base.parallel.structured
Subclasses with type arguments of type TaskResult.State in cloud.opencode.base.parallel.structuredMethods in cloud.opencode.base.parallel.structured that return TaskResult.StateModifier and TypeMethodDescriptionTaskResult.getState()Gets the state.static TaskResult.StateReturns the enum constant of this class with the specified name.static TaskResult.State[]TaskResult.State.values()Returns an array containing the constants of this enum class, in the order they are declared.