Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Fast test execution in a playframework fake application

Find type class instances for Shapeless HList

scala shapeless hlist

In SBT 0.13, does scalaVersion still control the version of scala used for compile, run and test?

scala sbt

How to call a step from another step in Cucumber-JVM

scala cucumber cucumber-jvm

Is this really the way to pass void functions to Scala methods from Java?

why the first type parameter is defined as contravariant in Function1[-A, +B]?

scala

Scala: Receiving Server-Sent-Events

How to set scalacOptions used by SBT when compiling Build.scala?

scala sbt

Apache Spark -- MlLib -- Collaborative filtering

How to convert case class to JSON in Play framework 2.3.x (Scala)?

Scala - avoid too complex nested pattern matching

How to configure Slick 3.0.0 for Postgres DB (either with Hikari or without) Typesafe Play conf

How to run gatling from code

What is the equivalent to scala.util.Try in pyspark?

Akka SLF4J and logback in Scala

scala logging akka slf4j logback

how scala folding works?

Using Futures within Spark

scala apache-spark

Method call with option value or default parameter in Scala

Why case class is named 'case'?

scala case-class

Pick out the Nth element of a HList of Lists and return that value as a HList of values

scala shapeless