Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

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

Why is "contains" implemented in Seq, but not in Iterable or Traversable? [duplicate]

Should Scala's map() behave differently when mapping to the same type?

scala operators as methods in java

In Scala 2.8 collections, why was the Traversable type added above Iterable?

How to get a random element from a Set in Scala