Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Call Scala code from Java?

Workaround for abstract attributes in Java

Designing a convenient default valued map in Scala

Type-safe primitives in Scala

scala

How to discover that a Scala remote actor is died?

How to recognize boxing/unboxing in a decompiled Scala code?

scala boxing unboxing

In AKKA does calling shutdown on a supervisor stop all the actors it's supervising?

ScalaQuery multiple primary key & foreign key

sql scala scala-2.8 scalaquery

Operating on Scala collections in generic way

How can I reflectively call a method on a Scala object from Java?

java scala reflection

Reference a constructor argument from a trait

Why does Scala construct a new Tuple when unpacking a Tuple?

Can I access a Scala object's val without parentheses from Java?

How to implement robust pagination with a RESTful API when the resultset can change?

scala rest backbone.js

Play2-mini and Akka2 for HTTP gateway

Scala - add unapply to Int

Scala - Creating a basic dynamic function parser

Abstract static methods in Scala

Eclipse Scala interpreter (REPL) - proper use and debugging

How to run "package" before 'test"

scala sbt