InclusiveBound

@ExperimentalSinceKotoolsTypes(version = "4.2")
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.

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.