Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to bypass or satisfy scala generic types for Thrift classes

java scala generics thrift

scala reflection: getDeclaringTrait?

reflection scala

java.util.concurrent.LinkedBlockingQueue put method requires Nothing as argument in Scala

java scala

Inheritance and (automatic?) type conversion

scala

What happens when we use loop instead of while(true) with scala actors?

scala actor

Programming Language independent Model Validation

scala.tools.nsc.Interpreter -- How to execute interpreter statements so that the results are defined in the global scope? (Scala 2.7.7final)

scala

Scala and Mockito with traits

Convert Scala AST to source code

Does Akka have a react as well like Scala? or is it handled by dispatchers?

scala concurrency akka

Using AndroidAnnotations with Scala and Gradle

Polymorphic lift-json deserialization in a composed class

verifying a probability distribution with variable arguments sums to 1

scala

Processing optional xml attributes in Scala

Scala tool similar to Linqpad

scala linqpad

Is there an equivalent of the Java Sound API?

scala

Unexpected behaviour of iterator on String

string scala iterator

Is there a CMS for Lift?

How do I create a generic Scala function that returns an object based on the generic type?

Formal definition of Scala continuations

scala continuations