Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Get Simple Remote Akka Application Running

scala akka

Howto render a form with list mapping

scala playframework-2.0

Reliable/persistent outbound sockets needed, options?

java sockets scala netty nio

Scalac behavior - useless scans?

In SBT, can one automatically name-mangle privately used packages?

java scala jar versioning sbt

How to generate a static member and add it to a class within a type macro?

Can a supervision strategy handle a ConnectException?

scala akka akka-supervision

Define custom test configurations in sbt

scala sbt

Play Framework 2.1.1 not resolving dependencies

scala playframework-2.0 sbt

Why doesn't the scala compiler generate a warning on if statements that always yield false inside a pattern match?

scala scala-compiler

How to I convert between monad stacks with transformers in scalaz 7

When formatting multiline statements in IntelliJ IDEA, can I align operators?

Spray Client Post Multipart

Scala Structural type and existential type issue

scala

What is the reason this type parameter syntax doesn't compile?

Concurrency in Play 2.1 or above

idiomatic way to declare protected method in Scala when allowing for composition?

Scala: "override protected val" results in error when defining case class constructor

scala overriding protected

Creating Read[T] and Write[T] for Abstract Class

java json scala playframework

How to control the way Swagger generates the model/schema for a type