Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

create a Map from scala.xml.NodeSeq

scala scala-collections

Scala: I have a Set[X] and function (X) => Future[Y] and want to output a Future[Map[X, Y]]

Why does method "combinations" return Iterator rather than Stream in Scala?

Force Java to Scala explicit type casting on unknown java.util.Map type

More efficient than acc.reverse ::: b?

scala scala-collections

What do I need to change to make Scala 2.13 MultiDict work as a drop-in replacement for 2.12's MultiMap?

scala scala-collections

Nested Json extract the value with unknown key in the middle

Why doesn't Option inherit from Seq and Set?

ConcurrentHashMap[String, AtomicInteger] or ConcurrentHashMap[String, Int] for thread-safe counters?

how to make Scala canBuildFrom to build collection type from Seq to Set

Is there a scala replacement for Guava MultiSet and Table concepts?

<not computed> on collection output in Scala

scala scala-collections

Why (copy) appending to Seq in Scala is defined as :+ and not just + as in Set and Map?

scala scala-collections

Merge two HashMaps in Scala

scala scala-collections

Vector of Any to Shapeless HList

How Scala knows what collection implementation to use?

Pattern Matching Array of Bytes

null.==(obj) does not throw null pointer exception in scala

scala scala-collections