Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Consumer Poll Rate with Akka, SQS, and Camel

Using Akka TestKit with Specs2

scala akka specs2

How to split String in Scala but keep the part matching the regular expression?

regex scala

Can a function literal use type parameter in Scala?

scala

In Scala Reflection, why do constructor params hide getters?

scala reflection

How to ignore single line comments in a parser-combinator

scala parser-combinators

Providing implicit instances in the inheritor of a type that needs them

scala implicit

Is unsecure access to JVM unused object possible?

nginx configuration for PlayFramework static files [closed]

Scala: Why does zipped method succeed with tuples of List and not Traversable?

scala

When a keyword means different things in different contexts, is that an example of context sensitivity?

Strange bug with string interpolation

403 when trying to download a remote image

ScalaJS: How to convert String to String?

javascript scala scala.js

Can I destructure (pattern extract) a Scala list into a reused var?

scala destructuring

How do I type an anonymous PartialFunction

scala

Write to multiple outputs by key Scalding Hadoop, one MapReduce Job

Sbt won't run ScalaTest tests

How to achieve this scala operation in java efficiently

java scala sorting arraylist

Universal/generic boxing from Any to AnyRef

scala boxing