Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Type-safe generic case class updates in Scala

scala generics shapeless

Future.onComplete: can't understand the method signature

scala asynchronous future

Differences in "prose" and "dot notation" when invoking a method with (explicit) implicit parameters

Existential types for F-Bounded Polymorphic types and non-generic subtypes?

Scala - why an empty argument list is declared before implicit list

scala implicit

How can I build an anonymous instance of a generic type?

scala generics reflection

How do I create a Spark RDD from Accumulo 1.6 in spark-notebook?

I18n in Play Framework 2.4.0

scala playframework

Apache Spark: Classloader cannot find classDef in the jar

Getting all entities from a slick query

scala slick

How to specify play mode (prod, dev) when starting a "dist" application

Convert existing SBT Scala application to Play

scala playframework sbt akka

Pattern matching dependent types - how to avoid asInstanceOf?

scala scala-2.11

Types and generics: difference between `[X <: Int]` and `{type X <: Int }`

Running sbt fails - java.io.IOException: No space left on device

java scala sbt ioexception

Translate nested join and groupby query to Slick 3.0

sql scala slick-3.0

Byte array to some sort of Java/Scala image. Performance considerations

java image scala

What's the relation between "generics" and "higher-order types"?

Scala App val initialization in main method

Why doesn't the Def.inputTask macro work in Scala 2.11.1?

scala sbt scala-2.11