Removed

class Removed(val index: Int, val path: String) : ContainerChange.RowChange(source)

The row for path at index was removed.

Constructors

Link copied to clipboard
constructor(index: Int, path: String)

Properties

Link copied to clipboard
open override val index: Int

The row position the change applies to.

Link copied to clipboard
open override val path: String

The subject of the row that was added or removed.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String