IOOption<A> typedef

IOOption<A> = ZIO<NoEnv, None, A>

Represents an operation that represent an optional value

Implementation

typedef IOOption<A> = ZIO<NoEnv, None, A>;