Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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]

Scala vs Haskell typeclasses: "catchall" instances

Spark's Column.isin function does not take List

java scala apache-spark

Why do we need to separate Apply and Applicative type classes?