Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

How to update present values in a mutable.Map?

scala

What's required to have sbt build with Akka?

scala sbt akka

Scala Reflection - Loading or finding classes based on trait

scala reflection scala-2.10

Scala UpperBound and LowerBound concept

Execute an SBT command from a script

bash shell scala sbt

Pass arguments to App object in Scala

scala testing

Global onStart on Play Framework 2.3.7 not working?

sbt-assembly: Create jar for a single project of a multi-project build

scala sbt

What are the rules to govern underscore to define anonymous function?

Behavior of flatMap when applied to List[Option[T]]

Playframework JSON parsing - Null pointer exception - when array is present

json scala playframework

What is Scalas Product.productIterator supposed to do?

How to test if a Float or Double is infinite or NaN?

scala floating-point double