Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is method parameter forwarding possible in Scala?

Flattening a Map to varargs String list in Scala

Transform list in to map of element -> list(element) in scala

What's wrong with my scala.swing?

swing scala

making a GET request to a webservice from the playframework 2.0

Scala guarded pattern with or matching

scala pattern-matching

scalacheck/scalatest not found: how to add it in sbt/scala?

scala sbt scalatest

Play 2: How to parse a dynamic list of form inputs in Scala controller?

Is it possible to make all values in scala object lazy with a single keyword

scala lazy-evaluation

Type constraint for type inequality in scala [duplicate]

scala type-systems

Downloading Image file using scala

scala

Why is Scalas Either not a monad?

scala

How to match option map values at once?

scala scala-option

How to avoid dependency injection in Scala?

SBT doesn't reconize junit testcase written in java file

scala testing junit sbt

Accessing public static java method from scala

scala playframework-2.0

Delaying trait initialization

Getting the elements in a 2D vector (matrix)

scala

What is this Scala 'new' syntax

scala

Is there any way to exclude implicit time convertions in org.spec2.time and use your own?