Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Scala generic: require method to use class's type

scala generics

How to change JDK set by SBT import in IntelliJ IDEA?

IntelliJ not resolving Play's build.sbt libraryDependencies

Akka - Is it possible to get the message in the actor's supervisor on it's failure?

scala akka actor

Use PostgreSQL JSON type with Slick 2 code generator

Cake pattern: mixing in in a trait

scala cake-pattern

IDEA 13 regex checker in Scala

Error handling monads in Scala? Try vs Validation