Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Create an ExecutorService from an Executor

java scala

What is "$ play test" dropdown in circleCI?

Connection reset consuming REST service (scala / spray)

java scala rest jmeter spray

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