Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: how to work with long type parameter lists

generics scala polymorphism

Currying Math Operators in Scala

scala

Explain Traverse[List] implementation in scalaz-seven

scala - yield syntax

scala yield

Error on scala class : recursive method printExpr needs result type

scala

converting Akka's Future[A] to Future[Either[Exception,A]]

How to add log4J properties file with sbt and onejar plugin?

scala sbt

How to pass an optional closure parameter to a function?

scala

Scala - new vs object extends

scala

how can I initialize an enum from an Int or Byte?

scala enumeration

Can't debug a Scala application in IntelliJ + sbt-idea-plugin

scala intellij-idea sbt

@Autowired on a constructor of a Scala class

spring scala

Scala parameters pattern (Spray routing example)

scala spray shapeless

String interpolation escape quote PITA

Authorisation check in controller - Scala/Play

Is it difficult to implement Go's concurrency patterns in Scala?

scala concurrency go

Implementing List#flatMap

scala Map.getOrElse - how to provide function for default

scala

How to compose to methods, without duplicate input arguments

scala

Why does sbt say "bad symbolic reference..." for test with ScalaTest?

scala sbt scalatest