Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Why does val range = Range(1, 2, 3, 4) give error?

scala scala-collections

Scala Iterable and IterableLike differences and uses

scala scala-collections