toZIO property

ZIO<NoEnv, E, A> get toZIO

Alias for ZIO.fromEither

Implementation

ZIO<NoEnv, E, A> get toZIO => ZIO.fromEither(this);