StreamUnicastPublisher

final class StreamUnicastPublisher[F <: ([_$1] =>> Any), A](val stream: Stream[F, A])(evidence$1: ConcurrentEffect[F]) extends Publisher[A]
Implementation of a org.reactivestreams.Publisher
This is used to publish elements from a fs2.Stream to a downstream reactivestreams system.
See also
Companion
object
trait Publisher[A]
class Object
trait Matchable
class Any

Value members

Methods

def subscribe(subscriber: Subscriber[ >: A]): Unit

Fields

val stream: Stream[F, A]