Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Merging huge sets (HashSet) in Scala

How can you can write generic Scala enhancement methods that bind collection type as well as element type?

Scala RedBlackTree syntax

Scala: idiomatic way to merge list of maps with the greatest value of each key?

How do I form the union of scala SortedMaps?

Why does BitSet require an explicit cast to be considered as an instance of Set[Int]?

scala scala-collections

Why Tuple0-22 and Function0-22 instead of a HList

scala scala-collections

How to transpose a map with list values in Scala

Scala's monadic chaining of Try

Scala find missing values in a range

scala scala-collections

How to make Scala's immutable collections hold immutable objects

Writing a generic 'fill' method

Invert a Map (String -> List) in Scala

scala scala-collections

Scala collections: array groupBy and return array indexes for each group

Why collect with pattern match cannot narrow a specific class?

Why does Scala's indexOf (in List etc) return Int instead of Option[Int]?

best scala idiom for find & return

scala scala-collections

How do you stop building an Option[Collection] upon reaching the first None?

Why stream fold operation throws Out of memory exception?

scala scala-collections

How can I break a collection into batches?

scala scala-collections