Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What is the proper way to remove elements from a scala mutable map using a predicate

How do you unit test Scala in Eclipse?

Scala: what is the real difference between fields in a class and parameters in the constructor

scala constructor field

Is it possible to lazily traverse a recursive data-structure with O(1) memory usage, tail-call optimized?

Scala : reassignment to val [duplicate]

scala

Class, Object, Trait, Sealed Trait in Scala

How to filter one spark dataframe against another dataframe

What are the default repositories that SBT uses?

scala sbt

scala return on first Some in list

Scala: when exactly are function parameter types required?

scala

What is the meaning of !# (bang-pound) in a sh / Bash shell script?

bash shell scala command-line

(Play 2.0) Set maximum POST size for AnyContent

scala playframework-2.0

How do you change the Play 2.1! Framework session cookie name

Using find function for maps in scala

scala map

Why is my Scalacheck/Scalatest PropertyCheckConfig being ignored?

How can I use a Future inside an Akka HTTP Directive?

scala akka-http

What are the alternatives to subtype polymorphism in scala?

Scala initialization behaviour

scala initialization traits

Using collect on maps in Scala

akka jvm threads vs os threads when performing io

java multithreading scala akka