#collections #options #scala
Scala Option[T] is a container for zero or one element of a given type.
If you want to change selection, open document below and click on "Move attachment"
Scala Optionscala - Files I/O
Scala Useful ResourcesScala Quick GuideScala Useful Resources
Selected ReadingDeveloper's Best PracticesEffective Resume WritingComputer GlossaryWho is Who
Scala Options
Advertisements
Previous Page
Next Page
<span>Scala Option[T] is a container for zero or one element of a given type. 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 Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details