Companion

object Companion

Functions

greaterThanOrEqualTo
Link copied to clipboard
fun greaterThanOrEqualTo(lowerBound: Long): Range

Creates range that represents greater than or equal to given lower bound.

lessThanOrEqualTo
Link copied to clipboard
fun lessThanOrEqualTo(upperBound: Long): Range

Creates range that represents less than or equal to given upper bound.

range
Link copied to clipboard
fun range(lowerBound: Long, upperBound: Long): Range

Creates range that represents greater than or equal to given lower bound and less than or equal to given upper bound.