arch-android

//Android/br.com.arch.toolkit.android.statemachine/StateMachine/newStateInstance

newStateInstance

[android]
abstract fun newStateInstance(): STATE

Creates a new instance of the specific state type.

Return

A new instance of STATE.