Emit
An Emit[R, E, A, B] represents an asynchronous callback that can be
called multiple times. The callback can be called with a value of type
ZIO[R, Option[E], Chunk[A]], where succeeding with a Chunk[A] indicates
to emit those elements, failing with Some[E] indicates to terminate with
that error, and failing with None indicates to terminate with an end of
stream signal.
Value members
Concrete methods
Terminates with a cause that dies with the specified Throwable.
Terminates with a cause that dies with the specified Throwable.
Terminates with a cause that dies with a Throwable with the specified
message.
Terminates with a cause that dies with a Throwable with the specified
message.
Either emits the specified value if this Exit is a Success or else
terminates with the specified cause if this Exit is a Failure.
Either emits the specified value if this Exit is a Success or else
terminates with the specified cause if this Exit is a Failure.
Either emits the success value of this effect or terminates the stream with the failure value of this effect.
Either emits the success value of this effect or terminates the stream with the failure value of this effect.
Either emits the success value of this effect or terminates the stream with the failure value of this effect.
Either emits the success value of this effect or terminates the stream with the failure value of this effect.