IntegerOptionValue

class IntegerOptionValue(val value: Long, val focused: Boolean) : OptionValue<Long> (source)

Constructors

Link copied to clipboard
constructor(value: Long, focused: Boolean)

Properties

Link copied to clipboard
open override val focused: Boolean
Link copied to clipboard
open override val value: Long

Functions

Link copied to clipboard
open override fun toString(): String