Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Scala play json combinators for validating equality

Play/Scala how to prevent Json serialization of empty arrays?

slick 'n scala : a TableQuery object without .ddl field

scala traits slick

IntelliJ - No such instance method

java scala intellij-idea

Scala: how to refer to the type of an extending class in a superclass?

scala types

Type inference on contents of shapeless HList

scala shapeless hlist

Resources on managing, phasing, composing monads (in Scala or Haskell)

scala haskell monads

Using @Transactional on actors class definition with Akka 2.X.X?

java spring scala akka