Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala with VScode

Spark Group By Key to (Key,List) Pair

scala apache-spark

How to optimize this short factorial function in scala? (Creating 50000 BigInts)

XML Creation - error: overloaded method constructor UnprefixedAttribute with alternatives

xml scala

How to start Akka Actors since 2.0?

scala actor akka

How to get the line separator of current os easily in Scala?

scala newline

Why doesn't passing Nil to foldLeft work?

scala type-inference fold

How to stop program execution in worksheet?

scala scala-ide

What's the reasoning behind adding the "case" keyword to Scala?

scalacheck Arbitrary implicits and recursive generators

String interpolation: f or s

scala scala-2.10

scala main returns unit. How to set program's return value

scala

Calling a Scala from Java Play Framework which takes a ClassTag

java scala playframework

Scaladoc (2.11.6) fails on throws tag with "unable to find any member to link"

scala tags throws scaladoc

How to debug a scala based Spark program on Intellij IDEA

scalacheck, scalatest, specs - which one has the lower barrier to entry?

testing scala

Split up a list at each element satisfying a predicate (Scala)

list scala collections

Scala: var List vs val MutableList

Missing parameter type error by calling toSet?

scala type-inference

How to serialize/deserialize case classes to/from Json in Play 2.1