AggRange

data class AggRange<T>(from: T?, to: T?, key: String?)

Types

Companion
Link copied to clipboard
object Companion

Properties

from
Link copied to clipboard
val from: T? = null
key
Link copied to clipboard
val key: String? = null
to
Link copied to clipboard
val to: T? = null