![JAR search and dependency download from the Maven repository](/logo.png)
ugsig.actions-dispatcher-runtime.1.0.8.source-code.BaseActionsReducer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of actions-dispatcher-runtime Show documentation
Show all versions of actions-dispatcher-runtime Show documentation
A simple annotation processor for generating actions dispatcher
package com.github.rougsig.actionsdispatcher.runtime
interface BaseActionsReducer {
fun reduce(previousState: State, action: Action): Pair?>
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy