NotEmptyRange
@ExperimentalSinceKotoolsTypes(version = "4.2")
Represents a range of comparable values that contain at least one value.
Parameters
T
the covariant type of values in this range.
Types
Link copied to clipboard
Class responsible for configuring an instance of NotEmptyRange.
Functions
Properties
Extensions
Link copied to clipboard
@ExperimentalSinceKotoolsTypes(version = "4.2")
Returns true
if this range contains the given value, or returns false
otherwise.