EitherIdOps

final class EitherIdOps[A](val obj: A) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def asLeft[B]: Either[A, B]
def asRight[B]: Either[B, A]

Concrete fields

val obj: A