Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Apply a list of parameters to a list of functions

scala

Simple use of Scala collections from Java not compiling with 2.11

java scala scala-2.11

Configuration issue for Spray https server with self-signed certificate?

scala akka keystore spray

Scalatest: how to check if a collection contains element that satisfies certain criteria

scala scalatest matcher

How to configure ScalaTest to abort a suite if a test fails?

scala scalatest

Why does mapping over an HList of Option[T] not work?

scala mapping shapeless hlist

What are the options to use JDBC in a non-blocking way in Play?

scala jdbc playframework

How to transform an HList to another HList with foldRight/foldLeft

scala shapeless

Does Scala IDE has *.sbt syntax highlighting support?

scala playframework ide

How to create a singleton object in Scala with runtime params

scala

error while loading CharSequence in Scala 2.11.4 and sbt 0.12.4

java android linux scala sbt

Parsing and manipulating json in Scala

json scala json4s

Cannot find JsonWriter or JsonFormat type class for a case class

json scala spray-json

reduceByKey using Scala object as key

scala apache-spark reduce

spray Collection ToResponseMarshallable

IntelliJ source code editor shows false compilation errors

scala intellij-idea

Access Request Body in essential filter Play Framework 2

scala playframework-2.3

launching a spark program using oozie workflow

How to add a github java dependency in sbt config?

scala github sbt

scala converting Array[String] to case class

scala case-class