invoke

abstract suspend operator fun invoke(): S?(source)

执行当前状态的逻辑,并返回下一个要进入的状态。

Return

下一个状态或得到null来终止状态循环。