either

object 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>