Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to get a List of (immutable and mutable) Sets in scala?

Understanding scala's _ vs Any/Nothing

how to auto-reload changed scala classes into SBT REPL

scala emacs sbt jrebel ensime

Is it possible to call an overridden method from self type?

scala

How do you impose scala code coverage specifically for integration tests?

What is the Scala equivalent of F#'s async workflows?

scala f# async-workflow

Change priority of items in a priority queue

Asking for a type's kind in Scala vs Haskell

How exactly does Play framework 2.0 controllers / Async work?

ScalaTest: pass command line arguments to ScalaTest maven goal

scala maven scalatest

Override sbt default resolvers with authenticated repo?

scala sbt

scala slick one-to-many collections

scala slick

From DataFrame to RDD[LabeledPoint]

Iterating files in scala/java in O(1) open file descriptors

java scala nio

Marshalling/unmarshalling XML in Scala

Unit testing helper or non-interface traits in Scala

unit-testing scala traits

Any halfway decent jdbc wrappers for Scala?

postgresql scala jdbc wrapper

SBT: Dependency On Other SBT Project Without Publishing

scala build-automation sbt

Scala State monad - combining different state types

Transforming Slick Streaming data and sending Chunked Response using Akka Http