Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Which ThreadPool in Java should I use?

java scala threadpool actor akka

Invoking a function on a "side" of a Bifunctor dependent on the value of a boolean

Launching OSGi from IDEA

Scala XML API: Why allow NodeSeq as attribute values?

xml scala

Akka and state among actors in cluster

scala class serialization, impossible to fix SerialVersionUID

Scala 2.8 handles Boolean and java.lang.Boolean properly?

scala scala-2.8

What is the shortest notation to define an operator as a method alias in Scala?

scala methods operators alias

Convert Scala object to XML

xml scala

SBT: view class file summary during compilation?

Moving a package-private class—should I consider that binary incompatible?

How to express type constraints for higher kinded type

scala types

ScalaMock. Mock a class that takes arguments

How to prevent Intellij from treating Scala warning as error?

scala intellij-idea

Quick failure when using for-comprehension with scala.util.Try

scala exception try-catch

Constructing Scala parallel views with X.par.view vs X.view.par?

How can I use Eclipse to debug tests driven by sbt?

eclipse scala sbt scala-ide

Scala's TreeSet vs Java's TreeSet - poll?

How do you deserialize immutable collection using Kryo?

Idiomatic Scala: Semantic difference between <Collection>Like and <Collection> Types?