either

object either

Functions

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