OptionExtensions
ostrat.OptionExtensions
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
An alternative fold extension method for Option where it searches for an implicit instance of DefaultValue[B] and uses the default value in the case of None'
An alternative fold extension method for Option where it searches for an implicit instance of DefaultValue[B] and uses the default value in the case of None'
Attributes
safe get. Seeks an implicit value for the GefaultValue type class for the type of the option. Returns the value if a some else returns the default value.
safe get. Seeks an implicit value for the GefaultValue type class for the type of the option. Returns the value if a some else returns the default value.
Attributes
In this article