* Either emits the success value of this effect or terminates the stream * with the failure value of this effect.
(effect: Effect.Effect<A, E, R>)
| 64 | * with the failure value of this effect. |
| 65 | */ |
| 66 | fromEffect(effect: Effect.Effect<A, E, R>): Promise<B> |
| 67 | |
| 68 | /** |
| 69 | * Either emits the success value of this effect or terminates the stream |
no outgoing calls