sqldelight-runtime / com.squareup.sqldelight / Query / notifyDataChanged

notifyDataChanged

fun notifyDataChanged(): Unit

Notify listeners that their current result set is staled.

Called internally by SQLDelight when it detects a possible staling of the result set. Emits some false positives but never misses a true positive.