Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Does Scala offer a way to "proxy" or "decorate" a function without repeating the argument list?

Listing all visible implicits

Ensuring ScalaTest does not run in parallel

scala sbt scalatest

Existential type or type parameter bound failure

is there an XML equivalent of Json.reads[Foo] and Json.writes[Foo] in the Play Framework

instantiate mix traits is compiling while single trait is not

scala

An abstract signature for "without" some type

scala mixins

How to flatten a js array on Play using JSON transformers?

json scala playframework

How to return Enumerator of JSON from ReactiveMongo in Play 2

How to implement org.hibernate.Session in Scala

hibernate scala

Play 2.2.1: ambiguous implicit values for object PlayMagicForJava

Play Framework: Configuring system properties

scala playframework sbt

Flat actor tree

scala akka actor

Dynamic ElasticSearch mapping using Elastic4s

Hiding and scoping implicit variable creation in a DSL

Play framework doesn't bind port in "Start" mode

scala playframework-2.0

How do you indent code block for scaladoc

scala scaladoc scala-2.11

How to escape /* in scaladoc?

scala scaladoc scala-2.11

Play Framework 2.3 and javascript websocket client library

Actor-based webservice - How to do it properly?

scala actor akka spray