Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Idiomatic way to handle nested nullable objects in scala?

scala

Scala make multiple option checks more concise

Implementing a generic Vector in Scala

scala

Pattern matching on non-literal values

scala scala-2.10

Best way to implement "zipLongest" in Scala

In Play 2 Framework , how can I include git commit sha in sbt dist package name?

scala playframework-2.0 sbt

No Json serializer found for type Seq[(String, String)]. Try to implement an implicit Writes or Format for this type

Idiomatic method to convert Array into ListBuffer

Run only failed test in IntelliJ IDEA