arrow-core-data / arrow.core.computations / either
object either
| eager | fun <E, A> eager(c: suspend RestrictedEitherEffect<E, *>.() -> A): Either<E, A> | 
    
| invoke | suspend operator fun <E, A> invoke(c: suspend EitherEffect<E, *>.() -> A): Either<E, A> | 
    
Do you like Arrow?
✖