Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Play Websocket - use one out actor to send both: Array[Byte] and String messages

Slick 3.0 delete and returning values

scala slick-3.0

How to use flink fold function in scala

scala apache-flink

Where does Spark store data when storage level is set to disk?

How to correctly use Spark in ScalaTest tests?

Use Play Framework as a component

scala playframework

Should I include scala-compiler as a dependency in build.sbt?

scala intellij-idea sbt

collectAsList in Spark DataFrame

scala apache-spark

Deriving type class instances for case classes with exactly one field

scala shapeless

Play/Scala injecting controller into test

Play Akka logger doesn't output debug messages to console

How can I close file after stream ending?

scala akka-stream

scala test - how to stub curry method

scala scalatest

Scala: Can you overload a constructor with more than just a one-line constructor?

Circe generic codec derivation for records with object keys

scala shapeless

Interpreter auto-selection via Free Monad and Coproduct

scala haskell monads

Scala equivalent of Haskell's do-notation (yet again)

scala haskell monads

scala: convert match statement to pattern matching anonymous function - with values

scala pattern-matching

Scala XML Building: Adding children to existing Nodes

xml scala

What is the fastest way to sum a collection in Scala

scala scala-collections