EitherThrowOps

final implicit class EitherThrowOps[E <: Throwable, T](either: Either[E, T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def orThrow: T