either

suspend fun <E, A> either(f: suspend ContEffect<E>.() -> A): Either<E, A>

Sources

common source
Link copied to clipboard