Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Restrict class to trait and structural subtype in Scala

scala subtype

scala: type mismatch error - found T, required String

scala types

Scala - use companion object as shorthand argument to function accepting block

scala case-class

Filtering on Scala Option[Set]

Option.fold in scala 2.10

scala scala-2.10

Why are value classes restricted to AnyVal?

Renaming a .scala file in Scala IDE does not rename the class

eclipse scala scala-ide

scala "remove" not working

scala

How to pass optional parameter to scala template in play framework 2

scala playframework-2.0

How to make my scala program quit and return to the REPL?

Functional assertion in Scala

Scala long Strings error

scala scala-2.10

Jackson Scala JSON Deserialization to case classes

Data compression in Scala

scala

Scala/Java enumerations

java scala enums idioms

Scala iterate through list except last element

scala for-loop

How to code it in idiomatic Scala?

scala

Create custom Arbitrary generator for testing java code from ScalaTest ScalaCheck

scala scalatest scalacheck

Scala value not found

class scala sbt

Scala: Restrict a parameter based on another type parameter value of the same hierarchy

scala types type-bounds