workflow-rx2 / com.squareup.workflow.rx2

Package com.squareup.workflow.rx2

Types

PublisherWorker

An convenience implementation of Worker that is expressed in terms of Reactive Streams' Publisher instead of Flow.

abstract class PublisherWorker<out OutputT : Any> : Worker<OutputT>

Extensions for External Classes

io.reactivex.Completable

io.reactivex.Maybe

io.reactivex.Observable

io.reactivex.Single

org.reactivestreams.Publisher