Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Failing a Future based on a successful result

scala future

How can I use the new reflection API to tell if the component type of an array conforms to a type parameter?

scala reflection manifest

How to transpose a map with list values in Scala

python equivalent of scala partition

python scala

Building variations of nested case classes

scala case-class

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