Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why val is stable identifier and def is not?

scala pattern-matching

Why won't Scala use implicit conversion here?

toString on a negative number doesn't compile in Scala Worksheet

scala scala-ide

How to get past SQLException: Attempting to obtain a connection from a pool that has already been shutdown

scala override java class method that references inner class

java scala

Is it possible to compose FSMs in Akka?

scala akka fsm

Concurrency overview

scala concurrency akka

Return unfiltered list if filter function results in empty list

scala

Slick query very slow

postgresql scala slick

How do I get fibonacci numbers using sliding Stream in scala?

scala stream fibonacci sliding

Custom 'run' like task for for a project

scala build sbt

Scala lambdas implementation vs. Java 8 [closed]

Scala: Custom compiler warning

java scala annotations

How to run task before all tests from all modules in sbt

scala sbt

How to use a Monad Transformer when Disjunction is the outermost container?

What is the scalaz-stream equivalent to Play Framework's Enumerator.fromCallback

scala scalaz scalaz-stream

How to create stand-alone lift web application?

scala jetty lift

How to produce nicely formatted XML in Scala?

scala

scala-library imported twice?

scala intellij-idea sbt

How to convert X => Option[R] to PartialFunction[X,R]