Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

relation between variance and mutabilty / immutability in Scala

scala

Scalatra / Slick and insert IF NOT EXISTS

database scala slick scalatra

Logging syntax for Play Framework 2 in Scala

lift-json manipulation - adding in the right place

json scala lift lift-json

"implementation restriction: nested class is not allowed in value class This restriction is planned to be removed in subsequent releases."

scala

Polymorphism with Scala type classes

Why isn't ask defined directly on ActorRef for Akka?

scala akka

Scala: ExecutionContext for future for-comprehension

specs2 -- Could not create an instance

scala specs2

How to handle anorm's Pk deprecation

scala playframework anorm

Execution context for futures in Actors

scala akka actor future

Map[String,Object] from a DB (or Key Value store) to a Shapeless Extensible Record

scala shapeless

Why can't I use Options inside of a slick query

scala playframework slick

Scala's Slick with multiple PK insertOrUpdate() throws exception ERROR: syntax error at end of input

Scala Map.mapValues stackoverflowerror

scala scala-collections

Json to Kotlin Data class

Is it possible to remove elements from PriorityQueue?

Spark SQL: automatic schema from csv

Sequencing Scala Futures with bounded parallelism (without messing around with ExecutorContexts)

scala future rx-java

Comparing Lists with scalatest

scala scalatest