Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Scala collect items of a type from a collection

What is the actual class (not abstract and not trait) for Map and Set?

Generic sequence of Either to Either of sequence with preserved type

How to create sorted map in scala?

scala variable arguments :_*

scala scala-collections

Generics invariant covariant contravariant in scala

scala scala-collections

Seq for fast random access and fast growth in Scala

scala scala-collections

Scala: fastest `remove(i: Int)` in mutable sequence

What is the best way to define type safe optional methods in Scala?

Why is the iterator evaluated when creating a new Iterable from it?

scala scala-collections

Scala's mutable.ListBuffer seems to use List's tail function yet it is documented as having linear complexity?

scala scala-collections

Extending a Scala collection

How to assign an order for TreeSet in Scala without repeating myself

Use a Scala collection method to help convert a list of [0,0,0,1,1,1,1,0,0,1,1] into [3,4,2,2]

scala scala-collections

How should I use #:: / hash colon colon in Scala?

How to initialize empty map that has been type aliased

Scala: Best way to iterate over collection and populate Array

How to gracefully handle "Key not found" In a Scala map?

Scala: add items to a sequence or merge sequences conditionally

scala scala-collections seq

What is the idiomatic approach to perform elementwise addition to an Array of Arrays in Scala

scala scala-collections