Tag Archives: AnyRef

Matching a combination of class and trait in Scala

While doing some development with Scala I discovered that it is possible to match combinations of a class and traits. It might seem obvious if you already know it, but I didn’t. What happened is that I needed something like … Continue reading

Posted in scala | Tagged , , , , , , , | Leave a comment