Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Where is the documentation for Play sbt-plugin (Build.scala)?

scala build playframework sbt

JavaFX DragAndDrop with custom DataFormat

Scala Play form validation: required boolean isn't mandatory

How are Scala's local lazy variables implemented?

sbt test-only not picking up jvm option when forking a jvm for tests

scala sbt

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

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

How to use actors for database access and DDD?

Make Compile Fail on Non-Exhaustive Match in SBT

scala pattern-matching sbt