Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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?

Scala - Cassandra: cluster read fails with error "Can't use this Cluster instance because it was previously closed"

java scala cassandra datastax

scala: optional default argument as function of other arguments

json writer for nested classes

No implicit format for MyClass available using Json.format

Handle chunked data sent by Play scala with AngularJs

Using sealed trait as a key for a map

scala traits

Why return in getOrElse makes tail recursion not possible?

scala: compare types of inner class objects

scala

Manually exclude some test classes in sbt

scala sbt scalatest

Default value for type parameter in Scala

scala generics