PrimitiveLongListValue

interface PrimitiveLongListValue : PrimitiveListValue<Long>

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): List<Long>
Link copied to clipboard
open operator override fun setValue(    thisRef: Any?,     property: KProperty<*>,     value: List<Long>)

Properties

Link copied to clipboard
@get:JvmName(name = "get")
@set:JvmName(name = "set")
abstract var value: List<Long>