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.



#extractor-objects #scala
An extractor in Scala is an object that has a method called unapply as one of its members.
If you want to change selection, open document below and click on "Move attachment"

Scala Extractors
a - Files I/O Scala Useful ResourcesScala Quick GuideScala Useful Resources Selected ReadingDeveloper's Best PracticesEffective Resume WritingComputer GlossaryWho is Who Scala Extractors Advertisements Previous Page Next Page <span>An extractor in Scala is an object that has a method called unapply as one of its members. The purpose of that unapply method is to match a value and take it apart. Often, the extractor object also defines a dual method apply for building values, but this is not required. Foll


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.