Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why is Akka good for scaling "up" and "out"?

scala akka scaling

"macro implementation reference has wrong shape" in the Scala Documentation examples

How to use JSR-223 to get Scala interpreter in sbt console?

scala sbt jsr223 scala-2.11

Scala 2.11 + Neo4j - parboiled dependency of Cypher compiler

scala neo4j sbt

Why can't a class val parameter be call-by-name?

scala

How to use custom executor in Akka dispatcher

scala akka executorservice

Anorm LIKE clause with String Interpolation

scala anorm

spray.can.Http$ConnectionException: Premature connection close

scala spray

(In Scala,) Is there anything that can be done with generic type parameters of classes but not with abstract type members?

Play Framework template doesn't have Html type

scala playframework-2.0

Can I limit generic type argument to be one of 2 unrelated classes?

scala generics

Scala Mutable Option?

Is Scala Either really a Monad

scala monads either

Equivalent to getLines in Apache Spark RDD

scala apache-spark

How to make AndroidScheduler.mainThread work with a Scala Observable?

android scala rx-scala

What is the best way to re-establish type coherence after transforming a Tree with Macros

How to resolve ambiguous implicit conversion method that takes same input type in Scala?

scala implicit-conversion

Why does Scala's Future.onComplete needs an ExecutionContext

scala concurrency

Scala, Akka, Spray: How to validate json data before processing?

How to make Eclipse see the changes in Play! compiled templates?