Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Why is "contains" implemented in Seq, but not in Iterable or Traversable? [duplicate]

Should Scala's map() behave differently when mapping to the same type?

scala operators as methods in java

Which scala collection is best for constructing a resource pool

Method taking implicit CanBuildFrom does not work with eta-expansion?

scala scala-collections

Scala `view`: `force` is not a member of `Seq`

API Design - Mixing in pre-condition checks for index out of bounds?

Scala Seq - accept only elements of the same subtype

Scala return type when extending collection

Functional Programming Performance

scala scala-collections

Sum of sequence of Vectors in Scala

scala scala-collections

What is the prefered way in using the parallel collections in Scala?

How do I define a custom collection interface in Scala without defining an implementation?

Creating a method which takes any 2D sequence and turns it into an Array[Array[_]] in Scala

Emulating a scala ParStream

In Scala 2.8 collections, why was the Traversable type added above Iterable?

Why does this compile under Java 7 but not under Java 8?

Is there such a thing as bidirectional maps in Scala?

How to get a random element from a Set in Scala

What is the fastest way to sum a collection in Scala

scala scala-collections