grizzled.collection
Useful for converting a collection into an object suitable for use with Scala's for loop.
for
Alternate constructor that takes a collection.
the collection
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
(Since version 2.10.0) use fold instead
Useful for converting a collection into an object suitable for use with Scala's
forloop.