legacy-workflow-rx2 / com.squareup.workflow.legacy.rx2 / com.squareup.workflow.legacy.Workflow / state

state

val <S : Any> Workflow<S, *, *>.state: Observable<out S>
Deprecated: Use com.squareup.workflow.Workflow

On every update, reports the complete, current state of this workflow.