Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Logging all messages sent to an Akka TestKit TestProbe

scala akka testkit

Polymorphic Scala return type

Pattern matching over non-case class in Scala

scala pattern-matching

Spray routing: How to respond with different content-types?

Eclipse scala.object cannot be resolved

java scala apache-kafka

Serialize and Deserialize scala enumerations or case objects using json4s

scala json4s

"=>" operator in Scala

scala

Scala value class, use cases

scala value-class

Why doesn't a prism set function return an Option/Maybe

SBT not loading properly in Intellij-Idea (no SBT external Imports)

macos scala intellij-idea sbt

How to convert timestamp column to epoch seconds?

Unexpected Scala pattern matching syntax

Could Scala's “if … else” have been implemented as a library function?

How to use ListBuffer in scala?

scala

Match to the n-th element of a list in Scala

scala

Scala Class.getFields

scala reflection

Scala constructor with default arg referencing another arg

scala constructor

Mock Objects in Play[2.0]

How to convert a List[A] into a List[B] using an implicit conversion

scala scalaz

Why is Some(1).getOrElse(Some(1)) not of type Option[Int]?

scala