Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

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?

Scala - why Double consume less memory than Floats in this case?

How to use Java Collections.shuffle() on a Scala array?

Scala Iterator with Map and For

How to write a zipWith method that returns the same type of collection as those passed to it?