EitherIdOps

org.specs2.fp.EitherIdOps
final class EitherIdOps[A](val obj: A) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Concrete fields

val obj: A