Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How do I add an XML tag or not, depending on an Option in Scala?

xml scala

Why does Scala's require method in Predef allow a String as argument?

scala

implicit parameter VS default parameter value

scala implicit

GroupBy in scala

scala

Ignore case for a string in scala

Removing Blank Strings from a Spark Dataframe

scala apache-spark sbt

How to make a class fully immutable in Scala

Making multiple API calls in a functional way

How to get Future[Seq[Person]] instead of Seq[Future[Person]]

scala future

how to elegantly concatenate an Option[List] to a List?

scala

How to create bins on a column in a data frame

scala apache-spark

Scala 2.8 TreeMap and custom Ordering

scala scala-2.8 treemap

How do you write an idiomatic Scala Quicksort function?

scala

Working with tuples in Scala

scala tuples

Why is this scala prime generation so slow/memory intensive?

Scala _ Placeholders (How does this code function?)

What are the real advantages of immutable collections?

equivalent to the javascript operator || in scala

scala

why List.dropWhile doesn't work?

scala

Dealing with Options in Scala Play Template