Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

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

Scala - get unique values from List with a twist

scala scala-collections

Local Maxima of List in Scala

scala scala-collections