Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala allowing call to java.util.HashMap get method with the wrong number of parameters

scala

scala case class put methods in companion object?

scala case-class

scala code throw exception in spark

scala apache-spark

Get a TypeTag from a Type?

scala reflection

Why warning when scala.language.implicitConversions is not the last import?

High performance string hashing function in Java/Scala [closed]

java performance scala hash

How do purely functional compilers annotate the AST with type info?

Type Constructor as Return Type

akka: pattern for combining messages from multiple children

Can you sort a mutable Scala collection in place?

scala sorting collections

merge multiple small files in to few larger files in Spark

Scala IDE warning: "anonymous function convertible to method value"

Scala (Play 2.4.x) How to call a class with @inject() annotation

How to read a zip containing multiple files in Apache Spark

scala apache-spark pyspark

Avoid code duplication using duck typing in scala

scala type-inference

How do you run cucumber with Scala 2.11 and sbt 0.13?

scala sbt cucumber bdd

How to pattern match head and tail types of a scala list?

scala pattern-matching

Scala string interpolation with escaped quote fails

scala

Why does `.asInstanceOf` sometimes throw, and sometimes not?

scala

Elegant Json flatten in Spark [duplicate]