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

commonMain.symphony.Mover.kt Maven / Gradle / Ivy

@file:JsExport
@file:Suppress("NON_EXPORTABLE_TYPE")

package symphony

import koncurrent.Later
import kotlinx.JsExport

interface Mover {
    fun at(index: Int): Later

    fun before(name: String): Later

    fun after(name: String): Later
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy