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

commonMain.com.copperleaf.ballast.undo.UndoScope.kt Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package com.copperleaf.ballast.undo

import kotlinx.coroutines.CoroutineScope

public interface UndoScope : CoroutineScope {
    public suspend fun restoreState(state: State)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy