Bulk

class Bulk<out T : Any>(val events: List<ContainerEvent.RowEvent<T>>) : ContainerEvent<T> (source)

Send a number of updates in one. This may be more efficient on the wire.

Constructors

Link copied to clipboard
constructor(events: List<ContainerEvent.RowEvent<T>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
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