arctium_msg library

Classes

Binder<Model>
Cmd<Model>
Msg<Model>
Selector<Model, Part>
Store<Model>
StoreA<Model>
StoreBuilder<Model, Part>
StoreInjector<Model>

Extensions

Bind on Store<Model>
Select on Store<Model>

Functions

send<Model>(Msg<Model> msg) → void

Typedefs

CmdFun<Model> = Cmd<Model> Function(Model current)
Effect = void Function()
UpdateFun<Model> = Model Function(Model current)