interface
Helper for Reactors that can accept events from external sources. |
|
class
The receiver for lambdas passed to EventChannel.select. For usage see the documentation for EventChannel. |
|
interface
An Rx2 adapter for com.squareup.workflow.Reactor, allowing implementors to ignore that interface's reliance on kotlin.coroutines. |
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.
Use this to implement WorkflowPool.Launcher.launch. |
|
fun <I : Any, O : Any>
Creates a Worker that will pass its input value to block, then subscribe to the returned Single and report the value it emits as the worker result. |
|
fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.
|