Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

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

Scala Mutable Option?

Scalastyle Boolean expression can be simplified

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

What type to use to store an in-memory mutable data table in Scala?

Is there such a thing as bidirectional maps in Scala?

What is the fastest way to sum a collection in Scala

scala scala-collections

Get first n elements from List