InterruptibleSubscriber

zio.interop.reactivestreams.internal.InterruptibleSubscriber
trait InterruptibleSubscriber[A] extends Subscriber[A]

Attributes

Graph
Supertypes
trait Subscriber[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def await: Task[Option[A]]
def interrupt: UIO[Unit]

Inherited methods

def onComplete(): Unit

Attributes

Inherited from:
Subscriber
def onError(x$0: Throwable): Unit

Attributes

Inherited from:
Subscriber
def onNext(x$0: A): Unit

Attributes

Inherited from:
Subscriber
def onSubscribe(x$0: Subscription): Unit

Attributes

Inherited from:
Subscriber