ContainerChange

sealed interface ContainerChange(source)

A single change to the membership of a container subscription.

Inheritors

Types

Link copied to clipboard
data object Clear : ContainerChange

All rows were removed from the container.

Link copied to clipboard
sealed interface RowChange : ContainerChange

A change affecting a single row at a given index.