Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Type aliases for annotations

java scala annotations

Is there ever a reason to use Scala's StringLike.replaceAllLiterally over Java's String.replace?

java scala

Interesting findings when combining Arrays in Scala

arrays scala

How to compare two datasets?

scala apache-spark fastutil

Scala Catalog of functional Design Patterns

Basic Scalaz State question

Why does scala.Serializable not specify any methods?

Why is there no Tuple1 Literal for single element tuples in Scala?

scala syntax tuples

How to call T eq(Object) method of Java interface from Scala?

java scala

Is it possible to extend the Scala compiler to infer return types of recursive methods?

scala

Get form parameters from a post request using spray/scala

scala post akka spray

Implementing a fixed size, immutable, and specialized vector

scala Either.RightProjection confusion (for comprehension de-sugaring)

scala for-loop monads either

Scala type parameter being inferred to tuple

scala syntax

Managing imports in Scalaz7

scala scalaz scalaz7

Why does Scala require partial application of curried functions when assigning to a val?

scala currying

How to run all Specs2 tests under IntelliJ IDEA?

scala intellij-idea specs2

Best practice for null-checking in Scala

scala

Mapping over Shapeless record

scala record shapeless

Scala: Implementing map and withFilter in a simple custom type

scala for-loop monads