Class

zio.interop.reactiveStreams

sinkToSubscriber

Related Doc: package reactiveStreams

Permalink

implicit final class sinkToSubscriber[R, E <: Throwable, A0, A, B] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sinkToSubscriber
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new sinkToSubscriber(sink: ZSink[R, E, A0, A, B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. val sink: ZSink[R, E, A0, A, B]

    Permalink
  8. def toString(): String

    Permalink
    Definition Classes
    Any
  9. def toSubscriber(qSize: Int = 16): ZIO[R, Nothing, (Subscriber[A], Task[B])]

    Permalink

    Create a Subscriber from a Sink.

    Create a Subscriber from a Sink. Returns a subscriber producing to the Sink and a Task of the value produced by the Sink or any error either produced by the Sink or signaled to the subscriber.

    qSize

    The size used as internal buffer. If possible, set to a power of 2 value for best performance.

Inherited from AnyVal

Inherited from Any

Ungrouped