All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.kotlinx.collections.atomic.MutableAtomicCollection.kt Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package kotlinx.collections.atomic

interface MutableAtomicCollection> : AtomicCollection, MutableCollection {
    fun  doAction(run: C.() -> T): T
    override fun iterator(): MutableIterator = atomic.value.iterator()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy