Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Xeon Phi with JVM-based language

How to read a file in Play Framework 2.2.1?

OAuth2 provider for Scalatra or Play framework in Scala

case with an @ symbol in akka

scala pattern-matching

Why does Akka fail with "IllegalStateException: cannot create children while terminating or terminated" when testing with ScalaTest?

scala akka

How to group tests using specs2?

RDD filter in scala spark

scala apache-spark

Recursive call not in tail position

scala

What is the difference between destroy() and unpersist()?

scala apache-spark

Why does Spark fail with "Failed to get broadcast_0_piece0 of broadcast_0" in local mode?

How do I initialize an eager singleton without requiring a controller request in Play?

Gradle Scala Plugin corollary to addCompilerPlugin in sbt

scala gradle scala-macros

Scala Slick 3.1 multiple joins

scala slick

Play! Scala 2.5 : testing classes injecting cache leads to an error

What are Builder, Combiner, and Splitter in scala?

Scala: how to define an abstract copyable superclass for any case class?

scala slick

Scala for comprehensions/loops and typed patterns

scala

Why dataset.count() is faster than rdd.count()?

On replacing JavaConversions with JavaConverters

scala

Decompile Scala code: why there are two overridden methods in the derived class?