Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Make compile action in an SBT subproject depend on compilation of other subprojects without adding them to classpath

scala sbt

After upgrading specs2 to 2.10 matcher 'haveTheSameElementsAs' seems lost

scala specs2

Converting Scala array of Int to Java array of Integer

scala scala-java-interop

Why shapeless `everywhere` combinator works inside a method but not in a `val`?

scala shapeless

Group unit tests and run only a set

scala unit-testing specs2

How to drop duplicates using conditions [duplicate]

Compile error using slick MappedColumnType for static query

scala slick

Spark - creating schema programmatically with different data types

Akka streams: Why does Sink.head terminate stream with alsoTo broadcast?

scala akka-stream

Play Framework Form validation messages with Twitter Bootstrap fields

Can't apply() custom functions to a WindowedStream on Flink

Scala: compilation error when declaring continuation of type Any => Nothing

scala continuations

Why is it illegal to call mean on this 3x2 matrix of doubles in Scala Breeze?

scala scalala

Scala pattern matching with disjunctions not working

scala

Play 2.5 upgrade error: CompletionException - There is no HTTP Context available from here [duplicate]

Summoning an HList of type classes

scala shapeless

Why does method "combinations" return Iterator rather than Stream in Scala?