#collections #options #scala
An Option[T] can be either Some[T] or None object, which represents a missing value.
If you want to change selection, open document below and click on "Move attachment"
Scala Optionsources
Selected ReadingDeveloper's Best PracticesEffective Resume WritingComputer GlossaryWho is Who
Scala Options
Advertisements
Previous Page
Next Page
Scala Option[T] is a container for zero or one element of a given type. <span>An Option[T] can be either Some[T] or None object, which represents a missing value. For instance, the get method of Scala's Map produces Some(value) if a value corresponding to a given key has been found, or None if the given key is not defined in the Map. The Option ty Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details