Attributes
Members list
Type members
Classlikes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Constructs a failed EOr containing given E
Constructs a failed EOr containing given E
Type parameters
- A
-
Type of value of resulting EOr
Value parameters
- e
-
An E
Attributes
- Returns
-
A new failed EOr containing given E
Constructs a successful EOr containing given value
Constructs a successful EOr containing given value
Type parameters
- A
-
Type of value of resulting EOr
Value parameters
- a
-
A value
Attributes
- Returns
-
A new failed EOr containing given value
Constructs an EOr from an _root_.scala.util.Either
Constructs an EOr from an _root_.scala.util.Either
Type parameters
- L
-
Type of Left value of Either
- R
-
Type of Right value of Either
Value parameters
- either
-
An Either
- ifLeft
-
An E conversion function in case Either is Left
Attributes
- Returns
-
An EOr containing either Right value in Either or an E computed by given function
Constructs an EOr from an _root_.scala.Option
Constructs an EOr from an _root_.scala.Option
Type parameters
- A
-
Type of value of Option
Value parameters
- ifNone
-
An error to use in case Option is None
- option
-
An Option
Attributes
- Returns
-
An EOr containing either value in Option or given E
Constructs an EOr from a _root_.scala.util.Try
Constructs an EOr from a _root_.scala.util.Try
Type parameters
- A
-
Type of value of Try
Value parameters
- ifFailure
-
An E conversion function in case Try is Failure
- t
-
A Try
Attributes
- Returns
-
An EOr containing either value in Try or an E computed by given function
Concrete fields
A default E to be used when condition does not hold while filtering an EOr
A default E to be used when condition does not hold while filtering an EOr
Attributes
- See also