Remove

data class Remove(id: Long, index: Int, count: Int) : NodeDiff

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(): Int
copy
Link copied to clipboard
common
fun copy(id: Long, index: Int, count: Int): NodeDiff.Remove
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

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