class MetaChangeCollector
A change collector that combines all emitted configuration changes until read, than drops all collected changes and starts new batch.
<init> |
A change collector that combines all emitted configuration changes until read, than drops all collected changes and starts new batch. MetaChangeCollector() |
collect |
suspend fun collect(name: Name, newItem: MetaItem<*>?): Unit |
read |
suspend fun read(): Meta |