Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

In Scala, when would be a good time to use lazily evaluated parameter rather than to use a function as a parameter?

Spray: Bringing RequestContext in scope results in timeout

scala http-headers spray

Subtype polymorphism in shapeless mapping

scala shapeless

Scala Streams: how to avoid to keeping a reference to the head (and other elements)

scala recursion stream

Scala dependency on Spark installation

scala apache-spark

How to handle Option of List in Scala?

Scala reflection derive package name

Play Framework 2.2.1 - Compilation error: "method render in class index cannot be applied to given types;"

Assign a underscore to a variable. What is the underscore doing?

scala

Unable to split String using |

string scala

How to enforce strict serialization of JSON in Play 2.x

Scala Map to Java HashMap

Scala 2.11 Type Variance Changes

scala variance implicits

Why is x.toString different from (x: Any).toString

Shapeless lenses in idea

Scala collections: transform content and type of the collection in one pass

scala scala-collections

New scala worksheets not evaluated in Eclipse

linux eclipse scala

Get assets to compile when running via "activator run" in Play

What is the difference between Reactive programming and plain old closures?

How can I get a sum of arrays of tuples in scala

scala