Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Spark merge/combine arrays in groupBy/aggregate

Scala: Exposing a JDBC ResultSet through a generator (iterable)

scala jdbc iterable

Add two tuples containing simple elements in Scala

scala tuples

How do the Scala based frameworks stack up for a complete Scala newbie - Lift, Play, Circumflex, etc [closed]

Better to return None or throw an exception when fetching URL?

IntelliJ IDEA Hotkey for comment does not work with Scala

scala intellij-idea

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?