IOLiftExt<A> extension

on

Methods

lift<R, E>() ZIO<R, E, A>
Lift this IO to a ZIO with the specified environment and error type.
liftError<E>() EIO<E, A>
Lift this IO to a EIO with the specified error type.