scala.util.Left
Aliases
Parameters
scala.util.Left.A
,
scala.util.Left.B
subClasses
superClasses
Any
java.io.Serializable
java.lang.Object
scala.Equals
scala.Product
scala.Serializable
scala.util.Either
Js Constructors
new scala_util_Left
(
value,
//
scala.util.Left.A
)
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
$init$
()
:
Unit
a
()
:
scala.util.Left.A
asInstanceOf
()
:
scala.Any.T0
canEqual
(
x$1:
Any
)
:
boolean
contains
(
elem:
scala.util.Either.B1
)
:
boolean
copy
(
value:
scala.util.Left.A
)
:
scala.util.Left
[
scala.util.Left.A
scala.util.Left.B
]
copy$default$1
()
:
scala.util.Left.A
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
exists
(
p:
scala.Function1
[
boolean
scala.util.Either.B
]
)
:
boolean
filterOrElse
(
p:
scala.Function1
[
boolean
scala.util.Either.B
]
,
zero:
Unknown
Nothing
)
:
scala.util.Either
[
scala.util.Either.A1
scala.util.Either.B
]
flatMap
(
f:
scala.Function1
[
scala.util.Either
[
scala.util.Either.A1
scala.util.Either.B1
]
scala.util.Either.B
]
)
:
scala.util.Either
[
scala.util.Either.A1
scala.util.Either.B1
]
fold
(
fa:
scala.Function1
[
scala.util.Either.A
scala.util.Either.C
]
,
fb:
scala.Function1
[
scala.util.Either.B
scala.util.Either.C
]
)
:
scala.util.Either.C
forall
(
f:
scala.Function1
[
boolean
scala.util.Either.B
]
)
:
boolean
foreach
(
f:
scala.Function1
[
scala.util.Either.B
scala.util.Either.U
]
)
:
Unit
getClass
()
:
java.lang.Class
[
Any
]
getOrElse
(
or:
Unknown
Nothing
)
:
scala.util.Either.B1
hashCode
()
:
int
isInstanceOf
()
:
boolean
isLeft
()
:
boolean
isRight
()
:
boolean
joinLeft
(
ev:
scala.Predef$$less$colon$less
[
scala.util.Either
[
scala.util.Either.B1
scala.util.Either.C
]
scala.util.Either.A1
]
)
:
scala.util.Either
[
scala.util.Either.B1
scala.util.Either.C
]
joinRight
(
ev:
scala.Predef$$less$colon$less
[
scala.util.Either
[
scala.util.Either.A1
scala.util.Either.C
]
scala.util.Either.B1
]
)
:
scala.util.Either
[
scala.util.Either.A1
scala.util.Either.C
]
left
()
:
scala.util.Either$LeftProjection
[
scala.util.Either.A
scala.util.Either.B
]
map
(
f:
scala.Function1
[
scala.util.Either.B
scala.util.Either.B1
]
)
:
scala.util.Either
[
scala.util.Either.A
scala.util.Either.B1
]
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
productArity
()
:
int
productElement
(
x$1:
int
)
:
Any
productIterator
()
:
scala.collection.Iterator
[
Any
]
productPrefix
()
:
java.lang.String
right
()
:
scala.util.Either$RightProjection
[
scala.util.Either.A
scala.util.Either.B
]
swap
()
:
scala.util.Either
[
scala.util.Either.A
scala.util.Either.B
]
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toOption
()
:
scala.Option
[
scala.util.Either.B
]
toSeq
()
:
scala.collection.immutable.Seq
[
scala.util.Either.B
]
toString
()
:
java.lang.String
toTry
(
ev:
scala.Predef$$less$colon$less
[
java.lang.Throwable
scala.util.Either.A
]
)
:
scala.util.Try
[
scala.util.Either.B
]
value
()
:
scala.util.Left.A
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit