Insert

data class Insert(id: Long, childId: Long, kind: Int, index: Int) : NodeDiff

Functions

component1
Link copied to clipboard
common
operator fun component1(): Long
component2
Link copied to clipboard
common
operator fun component2(): Long
component3
Link copied to clipboard
common
operator fun component3(): Int
component4
Link copied to clipboard
common
operator fun component4(): Int
copy
Link copied to clipboard
common
fun copy(id: Long, childId: Long, kind: Int, index: Int): NodeDiff.Insert
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

childId
Link copied to clipboard
common
val childId: Long
id
Link copied to clipboard
common
open override val id: Long
index
Link copied to clipboard
common
val index: Int
kind
Link copied to clipboard
common
val kind: Int