Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala AST in Scala [closed]

generator/block to iterator/stream conversion

When to use Mapper or Record in Lift?

web-applications scala lift

Is there a FIFO stream in Scala?

scala stream queue fifo

Scala CQRS Framework [closed]

scala cqrs

Play Framework - Redirect with params

What is purpose of anorm's Pk?

scala slick query return value

scala slick

sbt 0.12.4 - there were x feature warning(s); re-run with -feature for details

scala sbt scalac

Play 2.6 ActionBuilder

Rotate the first argument to a function to become nth

SBT: Exclude class from Jar

scala sbt

Why does `Some(123).isInstanceOf[Option[List[String]]]` *not* give an unchecked warning?

running multiple tests within the same FakeApplication() in play 2.0 scala

Scala: why does a `for` comprehension on a Map sometimes yield a List?

scala

Attempting to model F-bounded polymorphism as a type member in Scala

Why prefer Typeclass over Inheritance?

Spark: coalesce very slow even the output data is very small

scala apache-spark coalesce

Elegant way to implement enum using case object

scala enums

How to stop Intellij from creating src/main/java and src/main/scala-x folders?

scala intellij-idea sbt