Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why don't Scala case class fields reflect as public?

scala

Is there a Java version of Clojure's or Scala's persistent immutable vector?

garbage collect objects after lazy values have been calculated

How to list all fields with a custom annotation using Scala's reflection at runtime?

Play framework WS set cookie

"Dead letters encountered" as soon as actors are placed into router

scala akka

Read JSON Tree structure in Scala Play Framework

Create a generic Json serialization function

How to return None in Scala

Catching unhandled errors in Scala futures

scala error-handling future

What are the benefits of Reader monad?

sbt not working on amazon ec2 micro instance

What does the _ parameter signify in this context?

scala

Make method actually inline

scala annotations inline

Failing maven-build when Gatling-test has too high fail-percentage

Difference between isInstance and isInstanceOf

scala

How to define a list of functions of the same arity in Scala?

abandon calling `get` on Option and generate compile error

scala scalaz

Can't use a negative number in named parameters in Scala

scala named-parameters

How to get the product of two RDDs?

scala apache-spark