Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Iterate through odd members of collection in Scala

scala scala-collections

Inconsistent behaviour for xs.sliding(n) if n is less than size?

scala scala-collections

What is the proper way to remove elements from a scala mutable map using a predicate

Using collect on maps in Scala

Why does Iterator have a contains method but Iterable does not, in Scala 2.8?

Check if a key exists in play.api.libs.json.Json

Getting the maximum key value pair in a Scala map by value

scala scala-collections

How to make method return the same generic as the input?

Scala: How to create a Map[K,V] from a Set[K] and a function from K to V?

Parallel iterator in Scala

How to convert a nested scala collection to a nested Java collection

Parallelize Scala's Iterator

How to use priority queues in Scala?

Maximum Length for scala queue

scala scala-collections

idiomatic "get or else update" for immutable.Map?

scala scala-collections

Scala create List[Int]

scala 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?