Class FlowExtensionsKt
-
- All Implemented Interfaces:
public final class FlowExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <V extends Any> Publisher<V>
asPublisher(Flow<V> $self)
Given a pre-existing flow, expose it as a Publisher. -
-
Method Detail
-
asPublisher
final static <V extends Any> Publisher<V> asPublisher(Flow<V> $self)
Given a pre-existing flow, expose it as a Publisher.
This will not change the semantics of the Flow -- i.e. if it is "hot" it will stay hot, and vice versa.
-
-
-
-