Event

data class Event(nodeId: Long, tag: Int, value: Any?)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Long
component2
Link copied to clipboard
common
operator fun component2(): Int
component3
Link copied to clipboard
common
operator fun component3(): Any?
copy
Link copied to clipboard
common
fun copy(nodeId: Long, tag: Int, value: Any?): Event
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

nodeId
Link copied to clipboard
common
val nodeId: Long
tag
Link copied to clipboard
common
val tag: Int
value
Link copied to clipboard
common
val value: Any?