Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

Does Scala have a 'unique list' type?

How to create a new ButtonGroup in scala containing RadioButtons?

Scala combine Seq of Timestamps

Compare each element of Scala list against rest of elements in the list

Drop first element conditionally in Scala?

scala scala-collections

Initialize variable in Scala Object through some method (similar to init method in class)

scala 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