NotEmptyRange
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
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.
Link copied to clipboard
object Companion
Contains static declarations for the NotEmptyRange type.
Functions
Properties
Extensions
Link copied to clipboard
@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
Returns true
if this range contains the given value, or returns false
otherwise.