Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Akka Actor "ask" and "Await" with TimeoutException

scala actor akka

using a partial function for catch block with scala

scala

Is this a good return-type pattern for designing Scala API's?

scala

Scala list contains vs array contains

scala

understanding threadedness of actors in scala

Why is String different than Int,Boolean,Byte... in scala?

scala

Use same variable multiple times within one pattern

scala pattern-matching

Scala HashMap of Lists: simpler default?

How to create read-only field in View

scala playframework-2.0

Scala: How to call trim on every element of a Tuple

scala tuples

How can I break a collection into batches?

scala scala-collections

Scala: Code only run when debugging(#ifdef equivalent?)

Can't get an access to a companion object's field

scala companion-object

Akka Actor how to only process the latest message

scala akka

Implementing Multilevel Java Interfaces in Scala

What's the neatest way to define circular lists with Scala?

scala circular-list

Calling JDBC to impala/hive from within a spark job and creating a table

scala jdbc apache-spark impala

Why no mapKeys in Scala?

scala collections

Implicit jsonFormat for case class with varargs

scala akka spray spray-json

Scala or Java equivalent of Ruby factory_girl or Python factory_boy (convenient factory pattern for unit testing)