Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Apache Flink Streaming type mismatch in flatMap function

Scala generic math function for Int and BigInt with @specialized(Int)

performance scala generics

Play framework 2 - i18n in javascript files

How to define tasks to run with hprof from sbt 0.10

scala settings sbt hprof

shapeless port to scala-js: create artifact with few external dependencies

scala sbt shapeless scala.js

How to reference jar files after sbt publish-local

scala sbt apache-spark

How to do: Try {block of code} for X duration and catch {Exceptions, such as Timeout}?

lift `??` construct

scala lift

How do I use pattern matching for elements within a list?

Is there a way to match everything but a certain type (or set of types) without using isInstnaceOf?

scala

Issue with applying partially-applied functions in-line

scala

Play framework 2.4 scala REPL hangs on exit

scala playframework

SBT, include entire external directory (with the dir itself) in jar built

scala build sbt

Creating children actors in Akka Typed persistent actors

How to use SORM framework with Play Framework?

scala orm playframework sorm

How to define a lift function in Scala

scala

Is there a CRUD generator utility in Scala (any framework) like Scaffolding in Rails?

Scala correct syntax to use underscore("_") in function literal with tuple

scala