Package 

Class FlowExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final <V extends Any> Publisher<V> asPublisher(Flow<V> $self) Given a pre-existing flow, expose it as a Publisher.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • asPublisher

         final <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.