Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Simple scalatest project won't be compiled

scala sbt

How to make implicit conversion work during pattern matching

Java/Scala reflection: Get class methods in order and force object init

String range in Scala

scala

Missing Sized.unapply

scala shapeless

Spark atop of Docker not accepting jobs

scala apache-spark

What is the colon in the type parameter of a scala class

class scala generics

Scala implicit for arbitrarily deep Functor composition

scala scalaz

Play Framework 2.3.7: Static assets location not working in production

Pass a type parameter to be used as argument LabelledGeneric

Scala type inference for existential types and type members

In Scala is there a way to reference the Companion Object from within an instance of a Case Class?

scala inheritance

How to COUNT(*) in Slick 3.0?

scala slick slick-3.0

How to compose two parallel Tasks to cancel one task if another one fails?

scala concurrency task scalaz

Differences and similarities between Tasks and Commands in SBT

scala sbt

sbt: cross-publish from build.sbt

scala sbt

Spark Scala filter DataFrame where value not in another DataFrame

scala apache-spark

Getting elements from an HList

scala shapeless

What are the performance characteristics between curried, partially applied, and 'normal' functions in Scala?

Is there something like Java Stream's "peek" operation in Scala?

scala java-stream monads