Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Combining multiple Lists of arbitrary length

scala scala-collections

scala.collection.breakOut vs views

scala scala-collections

Can I use scala List directly in Java?

How do I create multidimensional Vectors in Scala?

scala 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