legacy-workflow-rx2 / com.squareup.workflow.legacy.rx2 / com.squareup.workflow.legacy.Workflow / toCompletable
toCompletable
fun Workflow<*, *, *>.toCompletable(): Completable
Deprecated: Use com.squareup.workflow.Workflow
Returns a Completable that fires either when Workflow.result fires, or when
Workflow.cancel is called.