* Either emits the success value of this effect or terminates the stream * with the failure value of this effect.
(effect: Effect.Effect<Chunk.Chunk<A>, E, R>)
| 70 | * with the failure value of this effect. |
| 71 | */ |
| 72 | fromEffectChunk(effect: Effect.Effect<Chunk.Chunk<A>, E, R>): Promise<B> |
| 73 | |
| 74 | /** |
| 75 | * Terminates the stream with the specified cause. |