Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to refine generic WeakTypeTag inside quasi-quote macro

scala macros scala-macros

Why does a function literal used as a default argument require a parameter type?

Why define types in RHS rather than LHS?

scala

How to match type of instance in ScalaTest

scala scalatest matcher

Scala Type Mismatch

evaluation of an abstract type member

scala

IntelliJ 13 not picking up build.sbt changes

Scala type-safety vs overhead (type vs class)

scala types type-safety

sbt: Can't run interactively from mintty on cygwin

shell scala terminal cygwin sbt

How to I get rid of "unchecked due to erasure" warning when pattern matching

When should use covariance and contravariance when designing a class with generic type

Why does implicit conversions for Writable doesn't work

scala hadoop apache-spark rdd

How do I use countDistinct in Spark/Scala?

scala iterator hasNext random behaviour

scala

AskTimeoutException: on spray-can server stop

scala akka spray

Defining var + in Scala, is it useful? [duplicate]

scala

Why Scala needs duplicate constructor? (java.lang.NoSuchMethodException)

scala hadoop

Typeclass Containing Element in HList?

scala shapeless

Scalaz: Map of ValidationNel to ValidationNel of Map

scala validation scalaz