final
case class
Left3[+A, +B, +C](a: A) extends Either3[A, B, C] with Product with Serializable
Instance Constructors
-
new
Left3(a: A)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
a: A
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
eitherLeft: \/[\/[A, B], C]
-
def
eitherRight: \/[A, \/[B, C]]
-
-
def
finalize(): Unit
-
def
fold[Z](left: (A) ⇒ Z, middle: (B) ⇒ Z, right: (C) ⇒ Z): Z
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
def
leftOr[Z](z: ⇒ Z)(f: (A) ⇒ Z): Z
-
def
middleOr[Z](z: ⇒ Z)(f: (B) ⇒ Z): Z
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rightOr[Z](z: ⇒ Z)(f: (C) ⇒ Z): Z
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit