Uses of Enum Class
cloud.opencode.base.core.Range.BoundType
Packages that use Range.BoundType
Package
Description
Core utilities and foundational classes for the OpenCode Base library.
-
Uses of Range.BoundType in cloud.opencode.base.core
Subclasses with type arguments of type Range.BoundType in cloud.opencode.base.coreMethods in cloud.opencode.base.core that return Range.BoundTypeModifier and TypeMethodDescriptionRange.lowerBoundType()Returns the lower bound type.Range.upperBoundType()Returns the upper bound type.static Range.BoundTypeReturns the enum constant of this class with the specified name.static Range.BoundType[]Range.BoundType.values()Returns an array containing the constants of this enum class, in the order they are declared.