Biased bifunctor for errors.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Fail[E]class FailFoundMulticlass FailNoExprAtNobject FailNotFoundobject FailWrongTypeclass Succ[A]Show all
Members list
Value members
Abstract methods
Alternative fold, that only takes one parameter list. this ErrBi into a type B. Takes two function parameters, one converts from A to B as in a normal map method. The second parameter in its own parameter list converts from the Error type to type B.
Alternative fold, that only takes one parameter list. this ErrBi into a type B. Takes two function parameters, one converts from A to B as in a normal map method. The second parameter in its own parameter list converts from the Error type to type B.
Attributes
Fold this ErrBi into a type B. Takes two function parameters, one converts from A to B as in a normal map method. The second parameter in its own parameter list converts from the Error type to type B.
Fold this ErrBi into a type B. Takes two function parameters, one converts from A to B as in a normal map method. The second parameter in its own parameter list converts from the Error type to type B.
Attributes
Concrete methods
Extension method to map this ErrBi String to find a value of the given type from the String parsed as RSON or return the elseValue if that fails.
Extension method to map this ErrBi String to find a value of the given type from the String parsed as RSON or return the elseValue if that fails.
Attributes
Extension method to map this ErrBi String to find a value of the given type from the String parsed as RSON and then perform a foreach on the value if successful.
Extension method to map this ErrBi String to find a value of the given type from the String parsed as RSON and then perform a foreach on the value if successful.
Attributes
Gets the value of Good or returns the elseValue parameter if Bad. Both Good and Bad should be implemented in the leaf classes to avoid unnecessary boxing of primitive values.
Gets the value of Good or returns the elseValue parameter if Bad. Both Good and Bad should be implemented in the leaf classes to avoid unnecessary boxing of primitive values.