ToEither

final class ToEither[B](val maybeB: Option[B]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toEither[A](a: => A): Either[A, B]

Concrete fields

val maybeB: Option[B]