class Update<T : Any> : DittoLiveQueryEvent<T>
Update(oldDocs: List<DittoDocument<T>>, insertions: List<Int>, deletions: List<Int>, updates: List<Int>, moves: List<DittoLiveQueryMove>) |
val deletions: List<Int> |
|
val insertions: List<Int> |
|
val moves: List<DittoLiveQueryMove> |
|
val oldDocs: List<DittoDocument<T>> |
|
val updates: List<Int> |