Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is it possible to extend the Scala compiler to infer return types of recursive methods?

scala

Get form parameters from a post request using spray/scala

scala post akka spray

Implementing a fixed size, immutable, and specialized vector

scala Either.RightProjection confusion (for comprehension de-sugaring)

scala for-loop monads either

Scala type parameter being inferred to tuple

scala syntax

Managing imports in Scalaz7

scala scalaz scalaz7

Why does Scala require partial application of curried functions when assigning to a val?

scala currying

How to run all Specs2 tests under IntelliJ IDEA?

scala intellij-idea specs2

Best practice for null-checking in Scala

scala

Mapping over Shapeless record

scala record shapeless

Scala: Implementing map and withFilter in a simple custom type

scala for-loop monads

Using Apache Spark as a backend for web application [closed]

scala hadoop apache-spark

How to pass Messages when I inject MessageApi and use the I18nSupport Trait

How to download a HTTP resource to a file with Akka Streams and HTTP?

scala akka-stream akka-http

How to get the name of a case class field as a string/symbol at compile time using shapeless?

scala shapeless

Force intellij to download scala-library sources in an existing project

scala intellij-idea

Which HBase connector for Spark 2.0 should I use? [closed]

Automatically update sbt dependencies to latest version

scala sbt

Unit testing scala actors

unit-testing scala actor

How to Create an Internal DSL in Scala?

scala dns dsl specifications