Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Scala Immutable MultiMap

Why is there an Option.get method

Scala 2.13 what to use instead of MutableList?

Is Array[String] not a subclass of Seq[String] in Scala?

Scala SortedSet - sorted by one Ordering and unique by something else?

scala scala-collections

Scala Map: mysterious syntactic sugar?

Using scala vararg methods in java

Find and Replace item in Scala collection

scala scala-collections

Simple example of extending a Scala collection

Scala equivalent of new HashSet(Collection)

Dealing with the surprising lack of ParList in scala.collections.parallel

Scala: Contains in mutable and immutable sets

Play Framework REST with basic authentication and SSL

Check for the presence of a sub-list

Scala performance question

Summing up two options

Why is upcasting necessary in this Scala code?

Merge Sets of Sets that contain common elements in Scala

scala scala-collections

Unmodifiable view of a mutable Scala collection

scala scala-collections

Are the head and tail of a Set guaranteed to be mutually exclusive?