Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Gradle Scala Plugin corollary to addCompilerPlugin in sbt

scala gradle scala-macros

Scala Slick 3.1 multiple joins

scala slick

Play! Scala 2.5 : testing classes injecting cache leads to an error

What are Builder, Combiner, and Splitter in scala?

Scala: how to define an abstract copyable superclass for any case class?

scala slick

Scala for comprehensions/loops and typed patterns

scala

Why dataset.count() is faster than rdd.count()?

On replacing JavaConversions with JavaConverters

scala

Decompile Scala code: why there are two overridden methods in the derived class?

How To Create Temporary Directory in Scala Unit Tests

Scala Regex Multiple Block Capturing

regex scala

Scala - how to define a structural type that refers to itself?

scala structural-typing

Running a Scala app as a Java app

scala

Scala Annotation List?

scala annotations scala-2.8

Use Scala constants in Java

Scala protected object

scala protected

Unable to provide implicit conversion from DateTime to Ordered using implicit conversion to Comparable

scala

how to make scala parser fail

scala

Serializing and unserializing case classes with lift-json

json serialization scala lift

How are Scala's traits not really traits?

scala traits mixins