ServerGracefulShutdownTests
Attributes
- Graph
-
- Supertypes
-
trait EitherValuestrait Serializableclass Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
Wrapper class that adds a value
method to Either
, allowing you to make statements to inspect the value if a Right, like:
Wrapper class that adds a value
method to Either
, allowing you to make statements to inspect the value if a Right, like:
either.value should be > 9
Value parameters
- either
-
An
Either
to convert toEitherValuable
, which provides thevalue
method.
Attributes
- Inherited from:
- EitherValues
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Wrapper class that adds a value
method to LeftProjection
, allowing you to make statements like:
Wrapper class that adds a value
method to LeftProjection
, allowing you to make statements like:
either.left.value should be > 9
Value parameters
- leftProj
-
A
LeftProjection
to convert toLeftValuable
, which provides thevalue
method.
Attributes
- Inherited from:
- EitherValues
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Wrapper class that adds a value
method to RightProjection
, allowing you to make statements like:
Wrapper class that adds a value
method to RightProjection
, allowing you to make statements like:
either.right.value should be > 9
Value parameters
- rightProj
-
A
RightProjection
to convert toRightValuable
, which provides thevalue
method.
Attributes
- Inherited from:
- EitherValues
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Value members
Concrete methods
Implicits
Inherited implicits
Implicit conversion that adds a value
method to Either
. This method is right biased and is the equivalent of calling either.right.value
.
Implicit conversion that adds a value
method to Either
. This method is right biased and is the equivalent of calling either.right.value
.
Value parameters
- either
-
the
Either
on which to add thevalue
method
Attributes
- Inherited from:
- EitherValues
Implicit conversion that adds a value
method to LeftProjection
.
Implicit conversion that adds a value
method to LeftProjection
.
Value parameters
- leftProj
-
the
LeftProjection
on which to add thevalue
method
Attributes
- Inherited from:
- EitherValues
Deprecated and Inherited implicits
Implicit conversion that adds a value
method to RightProjection
.
Implicit conversion that adds a value
method to RightProjection
.
Value parameters
- rightProj
-
the
RightProjection
on which to add thevalue
method
Attributes
- Deprecated
- true
- Inherited from:
- EitherValues