RIOLiftExt<R extends Object?, A> extension

on

Methods

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