init

abstract fun init(init: Init<M, F>): MobiusLoop.Builder<M, E, F>

Deprecated

Pass initial Effects with the start model using Builder.startFrom(model, setOf(Effects)

Return

a new Builder with the supplied Init, and the same values as the current one for the other fields.