mobiuskt
Toggle table of contents
1.4.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mobiuskt
mobiuskt-core
/
kt.mobius
/
MobiusLoop
/
Factory
Factory
interface
Factory
<
M
,
E
,
F
>
Inheritors
Builder
Members
Functions
start
From
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.