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

ugsig.actions-dispatcher-runtime.1.0.8.source-code.BaseActionsReducer.kt Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.github.rougsig.actionsdispatcher.runtime

interface BaseActionsReducer {
  fun reduce(previousState: State, action: Action): Pair?>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy