Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

How to concatenate lists that are values of map?

Scala collection filter by type

Scala - get unique values from List with a twist

scala scala-collections

Local Maxima of List in Scala

scala 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

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