Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

spec2 tests failing for scalatra app with swagger support

scala specs2 scalatra swagger

Scala Extractor unapply called twice

scala case collect extractor

Filtering on multiple columns in Spark dataframes

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

How to declare dependency on Scalding in sbt project?

eclipse scala sbt scalding

Apache Spark spilling to disk

scala apache-spark rdd

sbt compile takes very long time to complete

Should I use akka.http.scaladsl.util.FastFuture instead of scala.concurrent.Future?

How do I get sbt to use the right classloader in subproject specs2 runs?

Get concrete type of a case class

Swagger models Option[Int] to Object while Option[String] is modelled correctly as string

scala swagger

Play Framework: How to implement REST API for File Upload

How to get rid of downcast using synchronous send with Scala Actors?

DataFrame error: “overloaded method value select with alternatives”

enrich PartialFunction with unapply functionality

lazyMap is actually not lazy?

scala lazy-evaluation

Return a specific type from for yield in Scala