Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Scala type aliases from Java code

How are Scala Futures chained together with flatMap?

scala monads future

Convert polymorphic case classes to json and back

json scala spray spray-json

Single iteration => Multiple output collections from Java to Scala

java scala

Hyphenated sub project names with new sbt 0.13 multi-project definition

scala sbt

Scala TraversableOnce and toSet

scala

Why is this specs2 test using Mockito passing?

scala mockito specs2

Why can't Scala infer the type of _?

scala type-inference

Write and read raw byte arrays in Spark - using Sequence File SequenceFile

playframework JsValue in HTML Template

html json scala playframework

What scala statements or code can produce a byte-code which can not be translated to java?

java scala bytecode

How to implement actor model without Akka?

scala concurrency akka actor

How to enter a multi-line command in the Scala REPL?

Are Futures executed on a single thread? (Scala)

How to reference to the standard ActorSystem of play framework 2?

Why should I avoid using local modifiable variables in Scala?

What does () mean in Scala?

scala

Deserialization of case object in Scala with JSON4S

json scala scalatra json4s

How to map variable names to features after pipeline

Find minimum for a timestamp through Spark groupBy dataframe