Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#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 Options
ources 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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.