Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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?

Scala Map, ambiguity between tuple and function argument list

Scala: companion objects and "new" keyword

scala new-operator apply

How to execute shell builtin from Scala

linux shell scala

Scala: How to make case class copy keep manifest information

Play migrations alternatives [closed]

Will the var members in case class affect case class's equality?