Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Play! Framework with scala - Form seq(text) binding

What is a "Maximal Sub-expression" in Scala 2.8 specification §6.26.5 Eta Expansion?

Create or extend a companion object, using a macro annotation on the class

What is the idiomatic way for an SBT project to publish 2 artifacts?

What does "ap" of \/ in Scalaz do?

scala scalaz

Scalac gives error found: scala.Boolean(false) required: java.lang.Boolean

scala boolean

scala @switch annotation, does it make any difference to generated byte code?

scala annotations match

How to clean up "a type was inferred to be `Any`" warning?

scala warnings typing

How do I correctly compare Options members in Slick?

Uploaded file only contains "WebKitFormBoundary"

Scala Reflection: How to list all variables in scope?

scala variables reflection

Scala - how to create anonymous class and avoid hiding argument names

scala

Difference between protected[package] and private[package] for a singleton object

scala object inheritance scope

Can not see some local variables in debugger within intellij for some scala programs

Scala Nested Futures

scala concurrent.futures

Having sbt to re-run on file changes - The `~ compile` equivalent for `run`

scala sbt

combineLatest emit only when one of the streams changes

Spark Streaming groupByKey and updateStateByKey implementation

Finding implicit method definitions in macro context

scala macros scala-macros

Spark Task not serializable (Case Classes)