Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to access sbt-plugin-project resource from sbt-plugin during a build?

scala sbt

I have a Scala List, how can I get a TraversableOnce?

scala

Chaining scala Try instances that contain Options

scala try-catch option

Scala - Match Tuple of Options

Unicode Regex in Scala REPL

Efficient 2 dimensional array column extraction in Scala

arrays scala collections

Override a java method that expects a double array

java scala

Running scalaz-stream's Process gives could not find implicit value for parameter C: scalaz.Catchable[F2]?

scala scalaz-stream

Get or create child Akka actor and ensure liveness

How to exclude files under conf folder for distribution?

scala sbt playframework-2.3

Combination of elements

scala

Filter a list by item index?

scala

How to tune Play Framework application with proper threadpools?

scala playframework-2.3

How to use a type constraint with abstract type

scala types

Scala Futures not running in parallel

scala

could not find implicit ...: akka.http.server.RoutingSetup

scala akka akka-http

Understanding `Monomorphism` Example of Shapeless

scala shapeless

How to use PathFilter in Apache Spark?

java scala hadoop apache-spark

SBT Scala cross versions, with aggregation and dependencies

scala sbt sbt-0.13 cross-build

Why is Scala's tail recursion slower than that of Java?

java scala jvm tail-recursion