Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Does Scala have object initialization like C#?

scala object initialization

Generics in Scala: implementing an interface/trait twice?

c# java generics scala

Closing over the loop variable in Scala

scala loops closures

How to Route URLs in Play 2.0 so They're Indifferent to an Ending Slash

Is it a good idea to run `...par.map(` on large lists directly?

Scala newbie: recursion and stackoverflow error

Missing dependency 'class javax.annotation.Nullable'

Need plain english translation of the following scala snippet

scala

Convert scala 2.10 future to scalaz.concurrent.Future // Task

scala scalaz scalaz7

How does @tailrec work

scala

Why is the message "The global sbt directory is now versioned" in 0.13?

scala sbt

Restricting a trait to objects?

scala traits singleton-type

A variable used in its own definition?

Slow Scala assert

How do I set a system property for my project in sbt?

How to return optional information from methods?

scala

How to specify that to build project A another project B has to be built first?

scala sbt

How to combine 2 Iterators in Scala?

what does it mean assign "_" to a field in scala?

scala syntax

How to pass a class method as a parameter in Scala

scala