Attributes
Members list
Value members
Concrete methods
Creates a Take[Nothing, A] with the specified chunk.
Creates a Take[Nothing, A] with the specified chunk.
Attributes
Creates a failing Take[Nothing, Nothing] with the specified throwable.
Creates a failing Take[Nothing, Nothing] with the specified throwable.
Attributes
Creates a failing Take[Nothing, Nothing] with the specified error message.
Creates a failing Take[Nothing, Nothing] with the specified error message.
Attributes
Creates a Take[E, A] from Exit[E, A].
Creates a Take[E, A] from Exit[E, A].
Attributes
Creates a failing Take[E, Nothing] with the specified failure.
Creates a failing Take[E, Nothing] with the specified failure.
Attributes
Creates a failing Take[E, Nothing] with the specified cause.
Creates a failing Take[E, Nothing] with the specified cause.
Attributes
Creates effect from Pull[R, E, A] that does not fail, but succeeds with the Take[E, A]. Error from stream when pulling is converted to Take.failCause, end of stream to Take.end.
Creates effect from Pull[R, E, A] that does not fail, but succeeds with the Take[E, A]. Error from stream when pulling is converted to Take.failCause, end of stream to Take.end.
Attributes
Creates an effect from ZIO[R, E,A] that does not fail, but succeeds with the Take[E, A]. Error from stream when pulling is converted to Take.failCause. Creates a singleton chunk.
Creates an effect from ZIO[R, E,A] that does not fail, but succeeds with the Take[E, A]. Error from stream when pulling is converted to Take.failCause. Creates a singleton chunk.