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

commonMain.net.humans.kmm.mvi.Aliases.kt Maven / Gradle / Ivy

The newest version!
package net.humans.kmm.mvi

typealias ComplexReducer = (state: State, msg: Msg) -> Return
typealias SimpleReducer = (state: State, msg: Msg) -> State
typealias StateConsumer = (state: State) -> Unit
typealias ErrorHandler = (Throwable) -> Unit
typealias Mutator = (old: T) -> T




© 2015 - 2024 Weber Informatics LLC | Privacy Policy