Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to use Anorm outside of Play?

scala playframework anorm

In Scala, is there an equivalent of Haskell's "fromListWith" for Map?

Transform one case class into another when the argument list is the same

scala boilerplate

No ClassTag available for T

scala

Scala how can I uppercase first character and lowercase others

scala

ERROR SparkContext: Error initializing SparkContext

scala apache-spark

Scala gives no compile-time error when assigning a value to a number literal?

scala runtime-error

Scala case class private constructor isn't private

scala

What's Int.MaxValue between friends?

scala jvm language-design

value reduceByKey is not a member of org.apache.spark.rdd.RDD

List of classes implementing a certain typeclass

scala typeclass

Reader Monad with Scalaz

scala monads scalaz

Is it appropriate to define a non-trivial Scala case class?

scala

How do I "apply" to results of a parameter-less function

scala

Does a wait on Scala Future block thread?

scala actor future promise

Why can't I chain several Scala infix method calls

scala infix-operator

How to groupBy while discarding some elements of a collection

scala

Class type as key in map in Scala

class scala types map

Collecting dependencies under sbt 0.10 (putting all dependency jars to target/scala-version/lib/)

scala sbt

How can I process a file uploaded through an HTML form in Spray/Scala/Java?