StreamSubscriber

fs2.interop.reactivestreams.StreamSubscriber
See theStreamSubscriber companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_] : Async, A](bufferSize: Int): F[StreamSubscriber[F, A]]

Attributes

Source
StreamSubscriber.scala

Deprecated methods

def apply[F[_] : Async, A]: F[StreamSubscriber[F, A]]

Attributes

Deprecated
true
Source
StreamSubscriber.scala
def apply[F[_] : Async, A](dispatcher: Dispatcher[F]): F[StreamSubscriber[F, A]]

Attributes

Deprecated
true
Source
StreamSubscriber.scala