EitherOps

final class EitherOps[A](val e: Either[Throwable, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def getOrThrow: A

Concrete fields

val e: Either[Throwable, A]