Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala using JSON and/or XML templates

Clojure to Scala type conversions

scala clojure

Best mongodb driver for Play Framework 2.1

Scala Play 2.1: Accessing request and response bodies in a filter

Fastest way to convert Scala array to Java array

scala

Syncronous Scala Future without separate thread

scala threadpool future

Scala - how to go resolve "Value is not a member of Nothing" error

Scala - Lower bound inference in path-dependent types

Type projection example from "Scala in Action" (chapter 8)

scala types

Why is type erasure concept being used so widely?

java scala

Play: Custom Ebean constraints

If else condition inside check in gatling

scala gatling

Akka actor forward message with continuation

scala akka actor future

Refactoring boilerplate type constraints

scala

publish jar files with sbt (3rd party)

scala sbt

SBT: How to publish both the aggregate project and all modules on Sonatype?

scala sbt sbt-assembly

Scala: recognising objects of value classes

How to define sbt plugin task within prefix and without conflicts with global scope?

scala sbt

Zero-arg pattern matches when one arg expected

scala pattern-matching

Is "A with B" a type?

scala inheritance mixins