Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

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

Intuitively explain why `List` is covariant but `Array` is invariant?

Why don't scala collections have any human-readable methods like .append, .push, etc

scala scala-collections

Circular dependency in Scala collections

How to convert from scala Iterator[T] to Option[T]

How to concatenate lists that are values of map?

Scala collection filter by type