Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Remove a key from a JsValue in Scala

scala playframework-2.0

Filter based on another RDD in Spark

python scala apache-spark

Exception in thread "main" java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)

Transforming Scala varargs into Java Object... varargs

scala scala-2.8

Scala operator oddity

scala

Extractor for a shapeless HList that mimics parser concatenation `~`

Scala: return reference to a function

scala

Making sense of forall and exists output on empty list

scala

How do I convert an option tuple to a tuple of options in Scala?

scala tuples scala-option

Play 2.3 implicit json conversion causes null pointer exception

Aggregate function in spark-sql not found

Passing parameters to a trait

scala

How to correctly generate SHA-256 checksum for a string in scala?

scala sha

Is there anything like Haskell's 'maybe' function built into Scala?

How to get all request parameters in Play and Scala

scala playframework

Sending the email to the following server failed : smtp.gmail.com:25

NullPointerException in Scala Spark, appears to be caused be collection type?

scala apache-spark

Does Scala's pattern matching violate the Open/Closed Principle?

How do I sort a collection of Lists in lexicographic order in Scala?

What are the differences between Akka and Netty besides their choice of language (Scala vs Java)? [closed]

java scala akka netty