RIO<R, A> typedef

RIO<R, A> = ZIO<R, Never, A>

Represents an operation that cant fail, with R requirements

Implementation

typedef RIO<R, A> = ZIO<R, Never, A>;