Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Extracting a value from an option inside an option in Scala

scala slick

Cache an intermediate variable in an one-liner

scala

Why is it impossible to specify the default value of a Scala varargs parameter?

IntelliJ IDEA 13 gives invalid error about incompatible types (Java-Scala-InterOp in Play)

How to override an implicit value?

scala implicit scala-2.11

In Scala, are semicolons necessary in some situations?

scala

convert epoch to datetime in Scala / Spark

Spark-SQL : How to read a TSV or CSV file into dataframe and apply a custom schema?

How to get the last row from DataFrame?

Filter dataframe on non-empty WrappedArray

How to convert map to dataframe?

Scala reduce returning different data type

scala

Unsupported literal type class scala.runtime.BoxedUnit

structural type extending another structural type

Iterating over a HashMap of HashMaps in Java (or Scala)

What is the philosophy behind making instance variables public by default in Scala?

scala

Inverse function in Scala

function scala inverse

Why are traits instantiable?

scala

Combining Scala Futures and collections in for comprehensions

scala

what is the map/flatmap function used in for comprehensions?

scala flatmap