Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

SBT: view class file summary during compilation?

Moving a package-private class—should I consider that binary incompatible?

How to express type constraints for higher kinded type

scala types

ScalaMock. Mock a class that takes arguments

How to prevent Intellij from treating Scala warning as error?

scala intellij-idea

Quick failure when using for-comprehension with scala.util.Try

scala exception try-catch

Constructing Scala parallel views with X.par.view vs X.view.par?

How can I use Eclipse to debug tests driven by sbt?

eclipse scala sbt scala-ide

Scala's TreeSet vs Java's TreeSet - poll?

How do you deserialize immutable collection using Kryo?

Idiomatic Scala: Semantic difference between <Collection>Like and <Collection> Types?

Build-automation - sbt: Compile/Test against multiple dependencies

Mockito scala verification tests not working (play framework)

scala playframework mockito

JsResult - Monad or Applicative?

Implicit Resolution with Contravariance

scala

Spark: PageRank example when iteration too large throws stackoverflowError

Why do we need Monad Transformers in Scala?

Extremely slow compile time with SBT auto-reload using play! and scala-js

scala playframework sbt

Matching XML Literals in Scala Macros

Cannot create ScalaDoc link for overloaded method

scala overloading scaladoc