Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Scala mutable collections and "Reference must be prefixed warnings"

Lazy Cartesian product of several Seqs in Scala

scala scala-collections

How to functionally merge overlapping number-ranges from a List

Spark RDD equivalent to Scala collections partition

Is there a Scala equivalent of EnumSet/EnumMap?

Return type of Scala for/yield

Method taking Seq[T] to return String rather than Seq[Char]

scala scala-collections

Scala: List of pairs to pair of lists

Scala simple histogram

Generic, type-safe way to flatten arbitrarily nested collections in Scala?

scala scala-collections

how to convert List(String,String) to ListMap[String,String]?

scala scala-collections

Aggregate list values in Scala

How to combine 2 Iterators in Scala?

Why is ClassManifest needed with Array but not List?

scala turning an Iterator[Option[T]] into an Iterator[T]

scala scala-collections

Creating lists and sets in Scala: What do I actually get?

Use case for LinkedList

consume items from a scala Iterator

What is the current element in a Scala DoubleLinkedList?

scala scala-collections

How do I implement a collection in Scala 2.8?