all

abstract fun all(): List<M>

Recomputes and returns all rows in order.

Prefer state.value.all for read-only access - it's cached. Only use this when you need to force a fresh computation from source data.