fs2.interop.reactivestreams.StreamSubscriber
See theStreamSubscriber companion object
final class StreamSubscriber[F[_], A](val sub: FSM[F, A])(implicit F: ApplicativeError[F, Throwable]) extends Subscriber[A]
Implementation of a org.reactivestreams.Subscriber
.
This is used to obtain a fs2.Stream
from an upstream reactivestreams system.
Attributes
- See also:
- Companion:
- object
- Source:
- StreamSubscriber.scala
- Graph
- Supertypes
- trait Subscriber[A]class Objecttrait Matchableclass Any