Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to distinguish compiler-inferred implicit conversion from explicitly invoked one?

See annotations in Scala reflection

cannot add a jar to scala repl with the :cp command

Akka non blocking options when an HTTP response is requied

http scala akka nonblocking

Operators as function literals

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