Bound

@ExperimentalSinceKotoolsTypes(version = "4.2")
interface Bound<out T : Comparable<@UnsafeVariance T>>

Represents a bound in a range.

Parameters

T

the covariant type of this bound's value.

Functions

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

Returns the string representation of this bound's value.

Properties

Link copied to clipboard
abstract val value: T

The value of this bound.

Inheritors

Link copied to clipboard
Link copied to clipboard