Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala case class ignoring import in the Spark shell

Akka Actor Test: Automatic reply with a TestProbe

scala akka actor akka-testkit

Conditional Join in Spark DataFrame

scala apache-spark

Scala's for comprehension for Futures and Options

scala playframework

are there advantages for using value class (without methods) vs type alias?

scala

replace a while loop with Future in scala

scala

How to synchronize Intellij and sbt builds for a scala project

scala intellij-idea sbt

Load performance testing with Gatling and Content-Type

scala gatling scala-gatling

SBT: Watch source and test source changes at the same time

scala sbt

How to get table names from SQL query?

sbt server fails to start throwing error 231

scala sbt

Clone/Deep-Copy a Spark DataFrame

Scala: Calculating the Moving Sum of a List with a fixed window

list scala sum rolling-sum

Scala: Whats the best way to do numeric operations in generic classes?

generics scala numerical

scala: mixins depending on type of arguments

scala traits mixins

How do I create an XML root node in Scala without a literal element name?

xml scala scala-2.8

Scala type alias including companion object [beginner]

Why is this tail recursive?

scala tail-recursion

Overriding a repeated class parameter in Scala?

scala

Nested Scala matchers why Some(Some(1),1) can't match?