Package-level declarations

Types

Link copied to clipboard
interface Change
This represents a change that has happened to a specific Node.
Link copied to clipboard
The Addition of an element to a list.
Link copied to clipboard
The removal of an element from a list.
Link copied to clipboard
The replacement of an element in a list.
Link copied to clipboard
open class NoChange : Change
No change.
Link copied to clipboard
open class PropertyChange : Change
The change in value of a property.