Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Final clean up in specs2

scala specs2

What are the guarantees for scala access qualifiers?

scala scala-java-interop

A bug of mutable.Set.foreach in scala?

Count rows with Slick 1.0.0

scala slick

Read keyboard input in Scala with the typed characters visible

scala console user-input

I need advice on Play's Json and elegant Option handling in the Writes trait

Scala inferred type arguments - Type bounds inferring to 'Nothing'

Keeping database session open

scala slick

How to return a tuple inside an EitherT

Scala Play Json Reads

UNRESOLVED DEPENDENCIES installing Deadbolt on Play Framework 2.2.1

Violation of the left identity law for Future monads in scalaz

scala monads typeclass

In shapeless, have two lists such that one contains typeclasses of the other

scala shapeless

How do I get an unwrapped key in Typesafe Config?

Scala: How to define a function whose input is (f, args) and whose output is f(args)?

Using shapeless to convert tuple of Future to Future of tuple by way of HList

scala shapeless

How to build Scala applications in Sublime Text 3?

scala sbt sublimetext3

How in shapeless do you say that a proof is the empty type (i.e. false)

scala shapeless

scala spec2 I am Unable to create a test that uses must be_== and failure at the same time

How to reference a custom SBT Setting in sub-projects

scala sbt