Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

correctly terminate akka actors in scala

scala actor akka

Scala implicit conversion of primitive to AnyRef

scala implicit-conversion

scala: how to implement this matcher in specs2

scala testing specs2

How can I omit this Nil Case

Scala - shell commands with pipe

scala

Lifecyle of an actor in actor model

scala akka actor

scala - XML insert/update

xml scala xpath insert

A bug in Scalatest 'DoubleTolerance'?

scala scalatest

Call distinct on an immutable list with a custom equality relation in Scala

scala

How to handle multiple Promises in an (akka) Actor?

scala akka actor

Play 2.0 Framework - Custom Form Field

Apache Kafka Java Classes?

java scala apache-kafka

SBT cross building - choosing a different library version for different scala version

scala sbt

How do I print the DDL that is generated by Slick?

scala slick

Play 2.1 JSON to Scala object

Scala object cloning (copying) without value re-valuation

scala copy clone

Which Scala features have poor performance

performance scala jvm

Scala: Bad inferred type for Option composed with StateT monad transformer

Implement abstract methods with a def macro

scala macros abstract-class

Why does the scaladoc say HashMap.toArray returns Array[A] instead of Array[(A,B)]?

scala scaladoc