Factory

interface Factory<M, E, F>

Inheritors

Functions

Link copied to clipboard
abstract fun startFrom(startModel: M): MobiusLoop<M, E, F>

Start a MobiusLoop using this factory.

abstract fun startFrom(startModel: M, startEffects: Set<F>): MobiusLoop<M, E, F>

Start a {@link MobiusLoop} using this factory.