Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Collection that contains no a where a⊆b and b is in the collection

scala scala-collections

In scala, how to get an array of keys and values from map, with the correct order (i-th key is for the i-th value)?

scala scala-collections

Scala: How to check if all items are unique in a Seq?

scala scala-collections

Using "contains" matcher on Scala lists in Scala test

Appending tuple to a MutableList of tuples is giving an error

Zipping unequal length lists in scala

How to invert an IndexedSeq in Scala?

scala scala-collections

Multiple if else statements to get non-empty value from a map in Scala

scala scala-collections

Scala's "This" and MapLike

functional way to filter string sequence till finding a key in scala

scala scala-collections

Scala idiom to find first Some of Option from iterator

Why does object notation in Scala apparently eliminate the right side associativity of methods ending in ':'?

How to add tuple to List and avoid java.lang.UnsupportedOperationException

Adding to immutable HashSet

Scala - Merge two lists of tuples by common elements

recursively convert Map[Int, Map[Int, X]] to Array[Array[X]]

Concatenating sets contained within a set of objects, functionally in scala

scala scala-collections

Forwarding calls to underlying object in Scala

Handling exceptions in Scala collections

scala scala-collections

Compare an element of a list against all other elements