Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Why does Option not extend the Iterable trait directly?

Scala String Equality Question from Programming Interview

Scala: Parallel collection in object initializer causes a program to hang

scala scala-collections

Scala: "map" vs "foreach" - is there any reason to use "foreach" in practice?

Catching an exception within a map

Migrating Java TreeMap code to Scala?

iterating over Scala collections in Java

Why does Scala's toSeq convert an immutable Set to a mutable ArrayBuffer?

How to implement generic average function in scala?

scala scala-collections

Convert Scala Set into Java (java.util.Set)?

How are Scala 2.9 parallel collections working behind the scenes?

convert java.util.Map[String, Object] to scala.collection.immutable.Map[String, Any]

Scala Nil equivalent for Set

scala scala-collections

Idiomatic Scala Map upsert

scala scala-collections

How to find the number of (key , value) pairs in a map in scala?

How do I convert an Array[String] to a Set[String]?

scala scala-collections

How to get the element index when mapping an array in Scala?

Conversion from scala parallel collection to regular collection

Scala collection standard practice

Google guava vs Scala collection framework comparison