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

commonMain.com.zegreatrob.testmints.action.ExecutableAction.kt Maven / Gradle / Ivy

The newest version!
package com.zegreatrob.testmints.action

interface ExecutableAction : DispatchableAction {
    fun execute(dispatcher: T): R
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy