Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-collections

How to get a set of all elements that occur multiple times in a list in Scala?

How to efficiently select a random element from a Scala immutable HashSet

scala scala-collections

Understand Stream scala interleaved transformations behavior

Type mismatch error with 2D Array in Scala

scala scala-collections

How we can sort and group data from the Spark RDDs?

scala 2.8 implict java collections conversions

Scala flatten nested map

scala collection conversions

scala scala-collections

Spark: How do I pass a PartialFunction to a DStream?

Join two lists with unequal length in Scala

scala 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