Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What's Scala's idiomatic way to split a List by separator?

java list scala

Compile tests with SBT and package them to be run later

Scala PlayFramework and Angular JS - too much effort in terms of duplication and mixing concetps

Enabling the macro-paradise Scala compiler plugin in Maven projects

Akka : the proper use of `ask` pattern?

scala asynchronous akka future

What are the key differences between Java 8's Optional, Scala's Option and Haskell's Maybe?

java scala haskell

Extracting polymorphic types in json4s

scala json4s

Why do Scala 2.11 and Spark with scallop lead to "java.lang.NoSuchMethodError: scala.reflect.api.JavaUniverse.runtimeMirror"?

scala apache-spark sbt

Scala REPL in Gradle

How do I alias the scala setter method 'myvar_$eq(myval)' to something more pleasing when in java?

java scala setter javap scalac

How to split and dispatch an async control-flow using Continuations?

How do I implement a collection in Scala 2.8?

Deploying and hosting scala in the cloud?

Is the PartialFunction design inefficient?

How can I See the content of a MultipartForm request?

What's the difference between a class with a companion object and a class and object with the same name?

anorm dynamic filters

Deploying, starting and stopping Scala applications on a remote server

java linux scala process spray

How do I set the default number of threads for Scala 2.10 parallel collections?

Merge two case classes in Scala, but with deeply nested types, without lens boilerplate

scala lenses