New posts in scala

Nine ways to define a method in Scala?

Practical examples of using symbols in Scala?

Why can't I return a concrete subtype of A if a generic subtype of A is declared as return parameter?

call of distinct and map together throws NPE in spark library

How does the “scala.sys.process” from Scala 2.9 work?

Min/max with Option[T] for possibly empty Seq?

What are possible reasons for receiving TimeoutException: Futures timed out after [n seconds] when working with Spark [duplicate]

What are the differences and similarities of Scala and Haskell type systems?

Scala return statements in anonymous functions

Scala Functor and Monad differences

Can I access my Scala app's name and version (as set in SBT) from code?

Ways to make maven build faster?

In Scala, what does "view" do?

get TopN of all groups after group by using Spark DataFrame

How to convert unix timestamp to date in Spark

No Json serializer as JsObject found for type play.api.libs.json.JsObject

Is there a way to control which implicit conversion will be the default used?

Run custom task automatically before/after standard task

Better String formatting in Scala

Tuple parameter declaration and assignment oddity