InclusiveBound

@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
class InclusiveBound<out T : Comparable<@UnsafeVariance T>> : Bound<T>

Represents an inclusive bound in a range.

Parameters

T

the covariant type of this bound's value.

Types

Link copied to clipboard
object Companion

Contains static declarations for the InclusiveBound type.

Functions

Link copied to clipboard
open override fun toString(): String

Returns the string representation of this bound's value.

Properties

Link copied to clipboard
open override val value: T

The value of this bound.