Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Library as an OSGi Bundle

scala osgi

What type does function has?

scala implicit-conversion

In Scala, how do I initialise abstract vals in traits?

scala

How to create new instance of Scala class with context bound via Java reflection using only zero argument constructor?

java scala reflection

Scala immutable variables and printing

scala printing immutability

Would it be possible to have "method/field" literals comparable to the class literals in Java/Scala?

Why would Scala Range iterator buffer -- sometimes?

scala memory iterator

Finding the 'volume' of a .wav at a given time

Why do I need an explicit evidence type / why does this Scala type bound fail?

scala

How do I deal with Scala collections generically?

scala collections

Case Classes and Pattern Matching on List

scala pattern-matching

lowercased variables in pattern matching

scala

Structural Typing for Traversable

scala structural-typing

Keep session in subsequent Java calls to Play 2.0's fakeRequest

How to loop over the flash elements in a scala template?

How to reference scala Enumeration from other package

scala playframework-2.0

Scala: where to put the @unchecked annotation in a foreach

scala foreach unchecked

Serving static /public/ file from Play 2 Scala controller

scala playframework-2.0

Scala - understanding a code snippet involving currying

scala

@tailrec error "recursive call targetting a supertype"

scala