Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Compile error in scala template while passing an arraylist: Not found value

scala playframework

Is there a function in scala or scalaz to apply a function to a list if the list is not empty?

scala scalaz

Play slick and Async - is it a race condition?

Catch exception in Scala constructor

scala exception constructor

How to rate limit function call in a loop in Scala

scala

Why Scala doesn't allow List.map _ and type signatures in REPL

scala

Clean a Play framework build in IntelliJ

Distributed tracing solution for Scala? [closed]

Scala: Type Mismatch found, Unit required: Boolean

scala functional-testing

Scala: can compiler optimize constants efficiently?

Scala - how to get the 'type' for a field using reflection api

scala reflection

How to implement a reader monad to access a database

scala monads

Maven compile replies 'No sources to compile' for scala project

scala maven

Integrating scala code coverage tool jacoco into a play 2.2.x project

Scala flatmap signature definition

scala definition

sbt ignores my scaladoc settings

scala sbt scaladoc

Scala/Play: load template dynamically

How to convert list of integers to a map with frequency per bin?

scala scala-collections

Designing an API for the client to a 3rd-party service

api scala

Using Argonaut to create generic JSON converter

json scala generics argonaut