RIOOption<R, A> typedef

RIOOption<R, A> = ZIO<R, None, A>

Represents an operation that represent an optional value

Implementation

typedef RIOOption<R, A> = ZIO<R, None, A>;