Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

adding an object to list in scala

scala

Wait for any of given Futures in Scala?

multithreading scala future

What does this split line in Scala mean?

regex scala

How do I turn all rejections into custom json in spray?

json scala spray spray-json

List files on S3

How do I make lambda functions generic in Scala? [duplicate]

function scala generics lambda

Formatting with an Option[String] in Scala

scala

Using case class to display Expressions

How to produce an Enumerator[T] given Enumerator[Future[T]]

scala playframework

Spray routing multiple depth paths

scala routing spray

Why does having static members make a language less object-orientated?

java scala

Flatten types after composing two defs

scala scalaz

@JsonIgnore serialising Scala case class property using Jackon and Json4s

scala jackson json4s

Scala collections: array groupBy and return array indexes for each group

how to instantiate Unit in Scala?

Constructing a lambda expression using an underscore

Scala: How do I calculate the variance of a Seq[Double] using flatMap and Options?

scala

How to handle response timeout?

scala akka-http

Shapeless: map a tuple with some options to options

scala shapeless

Pure functional Random number generator - State monad