Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to change JDK set by SBT import in IntelliJ IDEA?

IntelliJ not resolving Play's build.sbt libraryDependencies

Akka - Is it possible to get the message in the actor's supervisor on it's failure?

scala akka actor

Use PostgreSQL JSON type with Slick 2 code generator

Cake pattern: mixing in in a trait

scala cake-pattern

IDEA 13 regex checker in Scala

Slick, UUID and Postgres

scala uuid slick

What is the significant of the placement of the "forSome" clause in Scala generics syntax?

scala existential-type

How to generate a big data stream on the fly

scala playframework-2.1

Compile error when I mix Implicits, type parameters and Nothing

scala implicit

Unable to run Spark with Mesos

scala apache-spark mesos

Scalac: Assertion failed while run Scalatest in IDEA

How to cast a scala.xml.NodeSeq to a Elem?

scala

Why am I getting an error on this simple Scala code?

scala

How to traverse JSON object fields using JsPath?

json scala playframework

Functional Programming Performance

scala scala-collections

Extract Options from potentially null JSON values using for expression

json scala json4s

Does Slick support methods 'inSet' or 'in' for tuples?

scala slick slick-2.0

Error handling monads in Scala? Try vs Validation

Scala methods with no arguments

scala methods parentheses