Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

private[this] in object definition

scala

type mismatch; found : scala.concurrent.Future[play.api.libs.ws.Response] required: play.api.libs.ws.Response

Function application and types association

scala

Scala Booleans : code snippet

scala

Extract the Spray.io Content-Type from request?

Rewrite string modifications more functional

scala

How to debug scalatra application in IntelliJ Idea? [duplicate]

Is it possible to get the typeTag of a runtime instance?

Why is the iterator evaluated when creating a new Iterable from it?

scala scala-collections

IntelliJ Play2 and Scala plugins are not compatible. Makes IntelliJ 12 no longer work as expected

Inheritance and code reuse in stackable traits

"not found: value classOf" error when building scala in IntelliJ IDEA, but builds correctly in maven

Grouping Play 2.0 views into packages/folders

scala playframework-2.0

Efficient way to get a random element in Scala?

scala random

How to convert from response 'set-cookie' header to request 'cookie' header in spray?

scala spray

How to handle an exception that happens in a future in scala

How do I unit test akka actors in Play Framework 2.2.0 Scala (spec2, Mockito)

sbt and scct .... module not found: reaktor#sbt-scct;0.2-SNAPSHOT

scala sbt code-coverage scct

How to print http request when using Dispatch and Scala

scala http scala-dispatch

Array of doubles in scala

scala