Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

No Scala mutable list

scala immutability mutable

Actors (scala/akka): is it implied that the receive method will be accessed in a threadsafe manner?

scala thread-safety akka actor

How to functionally merge overlapping number-ranges from a List

Use context bound in type alias

scala

Spark - scala: shuffle RDD / split RDD into two random parts randomly

scala apache-spark rdd

Scala division by zero yields different results

How can I convert this foldLeft : Double expression to use Option[Double] instead?

Convert Date to Timestamp in Scala

java scala date timestamp

Scala turn comma delimited string to Array

scala

Thread.sleep inside Scala actors

scala concurrency actor

How to write a Play JSON writes converter for a case class with a single nullable member

What does "=>" mean in import in scala?

scala import symbols

Scala Option(null) expected as None but I got Some(0)

Spurious ambiguous reference error in Scala 2.7.7 compiler/interpreter?

scala compiler-errors

How can I take any function as input for my Scala wrapper method?

scala function methods

liftweb - accessing get/post parameters

scala lift

Is there any time or space overhead to case classes over regular classes in Scala?

scala

Can I call session in template/view on Play Framework

Trying to get ScalaTest working: "There are no tests to run" when doing "mvn test"

scala maven automated-tests

Equivalent of Python's Pass in Scala

python scala