Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

View bounds over higher-kinded types

scala higher-kinded-types

Creating a backtype.storm.tuple.Tuple for testing purposes?

IntelliJ IDEA plugin development in other JVM languages

Integration Test in Play Framework

Scala: pre-initialize val while extending a class

scala initialization traits

scala specialization - using object instead of class causes slowdown?

Scala: bug in implicit parameter

scala implicit-conversion

Can IntelliJ IDEA properly format scala.html files and how do I enable it to do so?

How to match scala generic type?

Why is headOption faster

How do I resolve "error: bad symbolic reference" for dependencies using maven-scala plugin?

scala maven slick

Can I set cookies before returning an action in Play Framework 2?

Scala Pickling usage MyObject -> Array[Byte] -> MyObject

scala scala-pickling

How to build a dynamic sequence in a scala macro?

sbt does not resolve Typesafe repository

scala sbt ivy typesafe

Transform an M[A => B] to an A => M[B]

SBT Resolvers work in build.sbt, not working in Build.scala

scala sbt

Why are Scala for loops slower than logically identical while loops? [duplicate]

scala

Type variable can only be introduced in match if it's lower-case?

scala generics

Trait self type bound: A with B but not A with C

scala