First Steps...| Scala Documentation
Scala offers a lightweight notation for expressing sequence comprehensions. Comprehensions have the form for (enumerators) yield e, where enumerators refers to a list of enumerators. An enumerator is either a generator, or it is a guard (see: Control Structures). A comprehension evaluates the body e for each binding generated by the enumerators and returns a sequence of these values.| Scala Documentation
Like the normal, sequential collections library, Scala’s parallel collections| Scala Documentation
Aleksandar Prokopec, Heather Miller| Scala Documentation
By: Philipp Haller, Aleksandar Prokopec, Heather Miller, Viktor Klang, Roland Kuhn, and Vojin Jovanovic| Scala Documentation