StreamSubscription
kyo.interop.flow.StreamSubscription
object StreamSubscription
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StreamSubscription.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
StreamCanceled.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
StreamComplete.type
Value members
Concrete methods
def subscribe[V, S](using Contextual[S, IO])(stream: Stream[V, S & IO], subscriber: Subscriber[_ >: V])(using Frame, Tag[Emit[Chunk[V]]], Tag[Poll[Chunk[V]]]): StreamSubscription[V, S] < (IO & S & Resource)
In this article