Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Pattern matching in scala, check if number greater than [duplicate]

scala

Design of immutable, typeable, trees

SORM: How can I declare foreign keys?

scala sorm

Why we need implicit parameters in scala?

scala akka

Getting instance of class used to create an actor in Akka in test

Scala sort list based on second attribute and then first

list scala sorting tuples

Selfreferencing Generics

scala

Idiomatic way to implement containsAny for Scala SeqLike

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