EIO<E, A> typedef

EIO<E, A> = ZIO<NoEnv, E, A>

Represents an operation that can fail, with no requirements

Implementation

typedef EIO<E, A> = ZIO<NoEnv, E, A>;