StreamUnicastPublisher

fs2.interop.reactivestreams.StreamUnicastPublisher$
See theStreamUnicastPublisher companion class

Attributes

Companion
class
Source
StreamUnicastPublisher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_] : Async, A](s: Stream[F, A]): Resource[F, StreamUnicastPublisher[F, A]]

Attributes

Source
StreamUnicastPublisher.scala

Deprecated methods

def apply[F[_] : Async, A](s: Stream[F, A], dispatcher: Dispatcher[F]): StreamUnicastPublisher[F, A]

Attributes

Deprecated
true
Source
StreamUnicastPublisher.scala