Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

POST request using play ws in Scala

json scala post playframework

Scala, spray-json: universal enumeration json formatting

json scala enums spray-json

How to disable the method return type hint in IntellijIdea scala plugin

scala intellij-idea

Spark java : Creating a new Dataset with a given schema

How to fold a Scala iterator and get a lazily evaluated sequence as result?

scala

Processing concurrently in Scala

scala concurrency actor

When should I use package and when object in Scala?

scala object package scala-2.8

Scope of variables inside scala’s case guard statement

Morphia use for Scala

orm scala mongodb morphia

Why is my Dispatching on Actors scaled down in Akka?

scala akka

Is it a good style having a trait and an equally named object extending that trait?

scala

How to trim ending blanks of a string?

scala

Scala - implicit conversion with unapply

SBT: which files to put under version control?

scala version-control sbt

Puzzle -- exposing a public sub-member of private member with custom type

Why is overriding an already implemented abstract type not possible?

How can i skip a test in specs2 without matchers?

scala skip specs2

Twitter says Scala can't emit a raw unvarnished volatile field. True?

scala

Why does the addition of enclosing parentheses change the result of this Scala expression?

scala

Scala: why doesn't List[=>Int] work?

scala lazy-evaluation