menu
flutter_elemental package
documentation
flutter_elemental.dart
ZIOEitherExt<E, A>
toZIO property
toZIO property
dark_mode
light_mode
toZIO
property
ZIO
<
NoEnv
,
E
,
A
>
get
toZIO
Alias for
ZIO.fromEither
Implementation
ZIO<NoEnv, E, A> get toZIO => ZIO.fromEither(this);
flutter_elemental package
documentation
flutter_elemental
ZIOEitherExt<E, A>
toZIO property
ZIOEitherExt extension on
Either
<
E
,
A
>