Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Scala Map pattern matching

Scala equivalent of Python's "in" operator for sets?

scala scala-collections

Extending Scala collections: One based Array index exercise

Distributing Scala over a cluster?

What is the difference between List.view and LazyList?

How to group a variable-length, repeating sequence in Scala

scala scala-collections

Efficient way to check if a traversable has more than 1 element in Scala

scala scala-collections

How to write tuple range function in scala?

Missing par method from Scala collections

Can I "pimp my library" with an analogue of TraversableLike.map that has nicely variant types?

Does it make any sense to use pattern matching in Scala with really simple cases?

Multiple flatMaps in Scala

filter a List according to multiple contains

Adding two Set[Any]

Scala: How can I split a String into a Map

What is the most succinct Scala way to reverse a Map?

Scala collectFirst with function returning Option[U]

How to implement Lazy Chain Pattern in Scala

scala scala-collections

Constructing Scala parallel views with X.par.view vs X.view.par?

Scala's TreeSet vs Java's TreeSet - poll?