ox.flow.reactive
package ox.flow.reactive
Members list
Type members
Classlikes
object FlowReactiveStreams
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FlowReactiveStreams.type
Extensions
Extensions
extension [A](flow: Flow[A])
This variant returns an implementation of org.reactivestreams.Publisher
, as opposed to java.util.concurrent.Flow.Publisher
which is supported in the core module.
This variant returns an implementation of org.reactivestreams.Publisher
, as opposed to java.util.concurrent.Flow.Publisher
which is supported in the core module.
Attributes
- See also
-
Flow.toPublisher
In this article