Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: Declare val in if condition

scala

Scala - Easiest 2D graphics for simply writing a 2D array to the screen? [closed]

scala graphics 2d

Add lift-json as build dependency for Play 2.0 project

scala playframework sbt

How to stop backtracking in Scala?

Scala: Does == default to equals?

scala equality

Play2 does not find my implicit Reads or Format for JSON

Spock mocks for Akka's ActorRef

scala groovy akka spock

DateTime does not equal itself after unserialization

Removing nth element from a String Array in Scala

scala

Why parentheses around int on a scala method invocation

scala

Scala: value :: is not a member of Int

scala

get first 2 values in a comma separated string

scala

Matching on nested exception type

scala

in scala how to convert one case class to another immune to code changes field additions?

scala

Scala - How to define map, where value depends on key?

scala dictionary

How to include application/x-www-form-urlencoded HttpHeader in Akka-http 2.4.1?

scala akka-http

Spark java.lang.ClassCastException: scala.collection.mutable.WrappedArray$ofRef cannot be cast to java.util.ArrayList

Are there any good Scala-specific frameworks and libraries worth taking a look out there? [closed]

scala frameworks

Scala: Mixing traits with private fields

Implementing ifTrue, ifFalse, ifSome, ifNone, etc. in Scala to avoid if(...) and simple pattern matching

scala match control-flow