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

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

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

import com.zegreatrob.testmints.action.async.SuspendAction

interface ActionPipe {
    suspend fun  execute(dispatcher: D, action: SuspendAction): R = action.execute(dispatcher)
    companion object : ActionPipe
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy