Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Long build times with sbt android-plugin

Transposing arbitrary collection-of-collections in Scala

Checking if remote Akka actor is available

scala akka

Scala classOf vs getClass

class scala object

Is there special meaning to an underscore (_) in Type Bounds?

How is a for expression with multiple monads translated in scala?

scala monads

Is it possible to change the prompt of Scala REPL programatically?

Intellij Scala multiple import style formatting settings

How to determine when Play! 2 must recompile all files?

scala playframework-2.0 sbt

Hamcrest and ScalaTest

unit-testing scala hamcrest

scala Duration: "This class is not meant as a general purpose representation of time, it is optimized for the needs of scala.concurrent."

Understanding parallelism in Spark and Scala

No ClassTag available for MyClass.this.T for an abstract type

How to structure a RESTful API with Spray.io?

scala rest spray spray-dsl

Why does AudioSystem.getMixerInfo() return different results under sbt vs Scala?

scala audio sbt

|+| is a semigroup, why it needs a monoid implicit resolution

SBT build, run main class from subproject on Compile and run

head :: tail pattern matching for strings

scala pattern-matching

Is there any trick to use macros in the same file they are defined?

Extracting Raw JSON as String inside a Spray POST route

json scala rest post spray