CompoundEdit

class CompoundEdit(val edits: List<Edit>) : Edit

Edit that contains list of Edits lined up in the list chronologically as they were executed.

Constructors

Link copied to clipboard
constructor(edits: List<Edit>)

Properties

Link copied to clipboard

Edits contained in this CompoundEdit.

Functions

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