either

object either

Deprecated

Deprecated in favor of the Effect or EagerEffect Runtime

Replace with

import arrow.core.continuations.either
either

Functions

Link copied to clipboard
inline fun <E, A> eager(crossinline c: suspend RestrictedEitherEffect<E, *>.() -> A): Either<E, A>
Link copied to clipboard
inline suspend operator fun <E, A> invoke(crossinline c: suspend EitherEffect<E, *>.() -> A): Either<E, A>