either

object either

Deprecated

The either DSL has been moved to arrow.core.raise.either. Replace import arrow.core.computations.either with arrow.core.raise.either

Replace with

import arrow.core.raise.either
either

Functions

Link copied to clipboard
inline fun <E, A> eager(noinline f: suspend EagerEffectScope<E>.() -> A): Either<E, A>
Link copied to clipboard
suspend operator fun <E, A> invoke(f: suspend EffectScope<E>.() -> A): Either<E, A>