Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Slick, UUID and Postgres

scala uuid slick

What is the significant of the placement of the "forSome" clause in Scala generics syntax?

scala existential-type

How to generate a big data stream on the fly

scala playframework-2.1

Compile error when I mix Implicits, type parameters and Nothing

scala implicit

Unable to run Spark with Mesos

scala apache-spark mesos

Scalac: Assertion failed while run Scalatest in IDEA

How to cast a scala.xml.NodeSeq to a Elem?

scala

Error handling monads in Scala? Try vs Validation

Scala methods with no arguments

scala methods parentheses