Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a way to merge two or more .dex files into one .dex file using Scala?

Why is it possible to mix in classes in a type field?

class scala

Is there a specs matcher that will unbox Option and Either

scala bdd specs

Play Idea failing - no sbt-idea plugin for this version of sbt 0.11.3

Sbt for continuous integration: print stacktrace and exit on error

Scala command line parser using Scallop

scala

Scala criterion equivalent

In Scala, how to override a method that takes a java.util.Map

java scala interop

Processing a list of Scalaz6 Validation

validation scala scalaz

Is is possible to improve type inference for partially applied types in Scala?

scala type-inference scalaz

Routing based on query parameter in Play framework

scala playframework-2.0

Macro to access source code text at runtime

scala macros

Scala future sequence and timeout handling

scala timeout future

scala value toInt is not a member of Any

scala types casting option

How to use Enums in Scala Slick?

Fast test execution in a playframework fake application

Find type class instances for Shapeless HList

scala shapeless hlist

In SBT 0.13, does scalaVersion still control the version of scala used for compile, run and test?

scala sbt

How to call a step from another step in Cucumber-JVM

scala cucumber cucumber-jvm

Is this really the way to pass void functions to Scala methods from Java?