Add

class Add<V>(index: Int, val newValue: V) : IViewableList.Event<V>

Constructors

Link copied to clipboard
constructor(index: Int, newValue: V)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
val newValue: V
Link copied to clipboard

Returns the new value for add or update events, or null for removal events.

Functions

Link copied to clipboard
open override fun toString(): String