Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Efficient groupwise aggregation on Scala collections

scala scala-collections

Good reference for how scala is mapped to jvm bytecode

scala jvm bytecode

Scala 2.10, Double.isNaN, and boxing

scala boxing scala-2.10

Play 2.1.1 not loading custom Akka dispatcher

Future[Option[Future[Option[Boolean]] Simplifying Futures and Options?

scala akka

How do I use Scala @specialized for a memory-efficient wrapper class around a primitive?

scala

Is there a generic way to invert the order of the arguments of a curried function?

scala

Intersect Scala set with set of subtype

scala generics

scala play 2.1.1 json functional syntax mapping data to a different format

want to know better way of joining tables with slick

scala slick

Error using Mockito and Specs2

scala mockito specs2

Idiomatic flattening of pairs in Scala

scala

Java vs Scala Threads - under the covers in the JVM

java multithreading scala jvm

object db is not a member of package play

How do I use shared configurations across SBT (Play) multi-projects?

Playframework - Request[A] vs RequestHeader

Find synthetic members in class fields in Scala

Scala Named Arguments

scala

How to resolve a non-jar (dll/jnilib) library dependencies in sbt?

scala sbt

scala macros: how to read an annotation object