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

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

There is a newer version: 12.1.17
Show newest version
package com.zegreatrob.testmints.action

interface GeneralExecutableActionDispatcherSyntax : ExecutableActionExecuteSyntax {
    val generalDispatcher: GeneralExecutableActionDispatcher
    override fun  D.execute(action: ExecutableAction) = generalDispatcher.dispatch(action, this)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy