Package-level declarations

Types

Link copied to clipboard
class MutableAccumulator<T>(val collection: MutableCollection<T>)
Link copied to clipboard
class ObservableAccumulator<T>(initialValues: Collection<T>, onUpdate: (newItems: List<T>) -> Unit)