FlowMobius

object FlowMobius

Functions

Link copied to clipboard
fun <M, E, F> loop(update: Update<M, E, F>, effectHandler: FlowTransformer<F, E>): MobiusLoop.Builder<M, E, F>
Link copied to clipboard
fun <M, E, F> loopFrom(loopFactory: MobiusLoop.Factory<M, E, F>, startModel: M): FlowTransformer<E, M>