Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to convert an anonymous function to a method value?

scala scala-2.10

Why asInstanceOf doesn't throw a ClassCastException?

scala type-safety

Why does Spark RDD partition has 2GB limit for HDFS?

scala apache-spark rdd

What advantages does Ceylon have over Java or Scala [closed]

java scala ceylon

What does the keyword 'implicit' mean when it's placed in front of lambda expression parameter?

scala implicit

What are the differences between the type inference of Scala and C++11?

How to convert JSON to a type in Scala

json scala playframework

How do you run only a single Spec2 specification with SBT?

scala specs2

Scala build crashed

scala build sbt

If the Nothing type is at the bottom of the class hierarchy, why can I not call any conceivable method on it?

scala types nothing

Nearest keys in a SortedMap

scala

Is there a way to "enrich" a Scala class without wrapping the code into another object?

scala enrich-my-library

How to force Play framework 2 to always use SSL?

Are there any plugins for generating API documentation for Play 2.x?

How to set up asset fingerprinting in Play 2.3.4?

How to skip optional parameters in Scala?

scala

How can I delegate to a member in Scala?

scala proxy

What library should I use for accessing Riak from Scala?

scala riak

Time complexity of JavaConverters asScala method

Taming the Scala type system

scala types