Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why does type equality fail, but type conformance succeed in this macro?

scala macros scala-macros

Add an extra lib folder dependency to build sbt in a lift project

scala sbt lift

How to mavenize a Scala / Akka / Play project?

Type parameter T bounded by Ordering[T]

scala implicit

function parameters with and without () in Scala

scala

sbt submit gives "not a valid command" error

scala sbt

Scala lens for collection parameter

slick 2.0 define generic `find by field` method

scala slick slick-2.0

How to exclude unnecessary unmanaged dependencies from packaging?

scala playframework-2.0 sbt

How to use HList to validate input?

scala shapeless

Error not found value context?

Scala: How to get the result of a Future

scala future

scala filename too long

scala hadoop scalding

Scala "does not take parameters" when pattern-matching parametric case-class

scala

Override Predef's implicit conversions

scala

How do I increase PermGen space for Scala compilation under Gradle?

scala gradle permgen

Map function of RDD not being invoked in Scala Spark

scala apache-spark

How to display entire stack trace for thrown exceptions from ScalaCheck tests?

scala sbt scalacheck

Scala Akka and Protocol Buffers

scala akka protocol-buffers

How to mock function returning AnyVal with Mockito in Scala / Specs2?

scala mockito specs2