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

jsMain.js.collections.SuspendableIterator.kt Maven / Gradle / Ivy

package js.collections

interface SuspendableIterator {
    operator fun next(): T
    suspend operator fun hasNext(): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy