Packages

c

zio.interop.reactiveStreams

sinkToSubscriber

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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. val sink: ZSink[R, E, A0, A, B]
  8. def toString(): String
    Definition Classes
    Any
  9. def toSubscriber(qSize: Int = 16): ZIO[R, Nothing, (Subscriber[A], Task[B])]

    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