Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Preferred Scala collection for progressively removing random items?

scala scala-collections

flatMap on Map with wildcard type parameter

Functional computation of list-values

Appending tuple to a buffer in Scala

scala scala-collections

Moving an element to the front of a list in Scala

scala turn List of Strings to a key/value map

scala scala-collections

Convert java.util.stream.Stream to Scala Stream

Why += doesn't work with Lists?

scala scala-collections

What is the best way to create map in parallel with scala?

Scala: Most efficent collection for simple iteration

scala scala-collections

Why does this two checks for null and empty returns different results?

scala scala-collections

Pattern match a List of case classes in Scala

Is there a built-in more elegant way of filtering-and-mapping a collection by element type?

Function to check if a list has no gaps

Why is Seq.newBuilder returning a ListBuffer?

scala scala-collections

Mixing in generic traits in parameterized classes without duplicating type parameters

Enriching Scala collections with a method

Scala List.updated

How to return multiple items from a list, given their indices?

scala scala-collections

Equality relations in Scala