Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to mock Dispatch http client in Scala test?

What does the "not a simple type" warning mean in Scala?

Map a single entry of a Map

scala collections scalaz

How to import inner classes without path dependency in Scala?

how to set system properties by using -D when running Scalatest in a Maven project

scala maven scalatest

Collection high-level operation deprecation (list:List[A] - a:A)

scala scala-collections

scala - pass self type annotated class to child object

Scala: Is there a way for a parent class to access methods defined only by children?

scala case-class self-type

Using ScalaTest to test akka actors

When are package objects initialized?

scala packages package

Need help understanding usage of ->, {} and () in this code

scala

Returning tuple with variable number of elements

scala tuples

Reified generics in Scala on .NET/CLR

How to make a "n to m" restricted int variant in Scala?

scala

Scala Parser Combinators: Efficiently Parse C-Style Comments

scala parser-combinators

How to list out all the files in the public/images directory in a Play Framework 2 Scala application?

scala playframework-2.0

Play! 2 scala: Adding an error to a form in the controller code proper

Where can I find the definition of scala.Any and scala.AnyRef?

scala

Scala parser-combinators: how to invert matches?

scala parser-combinators

Building a minimal predicate function by composing Option[predicate] functions in Scala (possibly with scalaz)