All Types

com.squareup.workflow.legacy.rx2.EventChannel

Helper for Reactors that can accept events from external sources.

com.squareup.workflow.legacy.rx2.EventSelectBuilder

The receiver for lambdas passed to EventChannel.select. For usage see the documentation for EventChannel.

com.squareup.workflow.legacy.rx2.Reactor

An Rx2 adapter for com.squareup.workflow.Reactor, allowing implementors to ignore that interface's reliance on kotlin.coroutines.

(extensions in package com.squareup.workflow.legacy.rx2)
kotlinx.coroutines.channels.ReceiveChannel
(extensions in package com.squareup.workflow.legacy.rx2)
io.reactivex.Single
(extensions in package com.squareup.workflow.legacy.rx2)
com.squareup.workflow.legacy.Workflow