AnyOptionExtensionMethods
Extension methods for Options of single- and multi-column values
Attributes
- Source:
- ExtensionMethods.scala
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
Return this Option if it is non-empty and applying the predicate p to this Option's value returns true. Otherwise, return None.
Return this Option if it is non-empty and applying the predicate p to this Option's value returns true. Otherwise, return None.
Attributes
- Source:
- ExtensionMethods.scala
Return the result of applying f to this Option's value if this Option is non-empty, otherwise None.
Return the result of applying f to this Option's value if this Option is non-empty, otherwise None.
Attributes
- Source:
- ExtensionMethods.scala
Flatten a nested Option.
Apply f to the value inside this Option, if it is non-empty, otherwise return ifEmpty.
Apply f to the value inside this Option, if it is non-empty, otherwise return ifEmpty.
Attributes
- Source:
- ExtensionMethods.scala
Get the value inside this Option, if it is non-empty, otherwise the supplied default.
Get the value inside this Option, if it is non-empty, otherwise the supplied default.
Attributes
- Source:
- ExtensionMethods.scala
Check if this Option is non-empty.
Check if this Option is empty.
Transform the value inside this Option
Check if this Option is non-empty.
Concrete fields
Attributes
- Source:
- ExtensionMethods.scala