Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Does scala suport JSR-303 validation?

scala bean-validation

How can I have a traditional src/main/scala directory in a Play Application?

scala playframework

Return Future Message from an Actor

scala akka scalaz

Tuples duplicate elimination from a list

how to split a list into groups by week in scala

list scala split

How can I customize Scala ambiguous implicit errors when using shapeless type inequalities

scala shapeless

Why don't imperative languages have pattern matching?

How to convert a result of ask to appropriate type?

scala akka spray

Assert order of messages received using Akka TestProbe

scala unit-testing akka actor

DI in Scala with Cake Pattern

How does ArrayBuffer works in memory?

java scala arraybuffer

Calculation Distance Between Points

scala

How do I get the CPU utilization of an akka actor

java scala akka cpu-usage

What is the implicit resolution sequence in this "simple" ScalaZ tutorial code example?

How to always call a method inside receive() even if nothing matches

scala akka

What is "String with Int" supposed to mean?

scala types type-inference

How to start Play application before tests and then shut it down in specs2?

scala playframework specs2

How to use java Map<String, Object> where scala Map[String, Any] is requred?

java scala type-conversion

Setting multiple object attributes in Scala?

scala attributes

Faster implementation of Option.isEmpty?

performance scala