toIOEither<L> method

IOEither<L, A> toIOEither<L>()

Convert this IO to a IOEither.

Implementation

IOEither<L, A> toIOEither<L>() => IOEither<L, A>(() => Either.of(run()));