Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Starting Scala application in SBT for integration test

Would scala close the InputStream automatically?

scala stream

What's up with position on Scala macros?

scala macros

Unnecessary load and store instruction in scala's byte code

scala pattern-matching

Scala Slick table inheritance

scala slick

Scala: Akka actor not dying in Play Framework 2.2.0

Play 2.2 -Scala - How to chain Futures in Controller Action

Play framework parsing semicolons in query parameters

Binding a trait to an object with Scala Guice

cant get log4j to run in play! framework 2.2.1 (scala project)

get all the class names in a package with scala

scala reflection

connecting a custom tokenizer with a Parsers subclass

scala parsing

Play: How to implement vermongo with ReactiveMongo

Where to put dispatch.Http.shutdown()

scala future scala-dispatch

Akka Ask with Timed Retry

scala akka

Difference between static controller and non static controller in play framework with Java

java scala playframework guice

What are the corresponding concepts of Event and Behavior from FRP in RxScala?

Why do we have to explicitly import implicit conversions having implicit parameters from companion objects? Strange.

How to compose column name using another column's value for withColumn in Scala Spark

Make Compile Fail on Non-Exhaustive Match in SBT

scala pattern-matching sbt