EIOLiftExt<E extends Object?, A> extension
Methods
-
lift<R>()
→ ZIO<R, E, A>
-
Available on EIO<E, A>,
provided by the EIOLiftExt extension
Lift this EIO to a ZIO with the same error type.
-
liftError<E2>()
→ EIO<E2, A>
-
Available on EIO<E, A>,
provided by the EIOLiftExt extension
Lift this EIO to a another EIO with the specified error type.