EitherOptOps

final implicit class EitherOptOps[E, T](opt: Option[Either[E, T]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def sequence: Either[E, Option[T]]