EIOLiftExt<E extends Object?, A> extension

on

Methods

lift<R>() ZIO<R, E, A>
Lift this EIO to a ZIO with the same error type.
liftError<E2>() EIO<E2, A>
Lift this EIO to a another EIO with the specified error type.