Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Use-cases for Streams in Scala

Scala Map foreach

scala scala-collections

How to append or prepend on a Scala mutable.Seq

What are views for collections and when would you want to use them?

scala Iterable#map vs. Iterable#flatMap

Scala Sets contain the same elements, but sameElements() returns false

scala scala-collections

Min/max with Option[T] for possibly empty Seq?

scala scala-collections

Scala 2.8 collections design tutorial

How to transform Scala collection of Option[X] to collection of X

Converting mutable to immutable map

withFilter instead of filter

Converting a Java collection into a Scala collection

Why is Scala's immutable Set not covariant in its type?

What does param: _* mean in Scala?

Elegant way to invert a map in Scala

scala scala-collections

Scala: What is the difference between Traversable and Iterable traits in Scala collections?

scala scala-collections

What is the correct way to get a subarray in Scala?

scala scala-collections

How to read files from resources folder in Scala?

scala scala-collections

Stream vs Views vs Iterators

scala scala-collections

Difference between Array and List in scala