Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What is the use of private constructor in Scala?

scala

Split Set into multiple Sets Scala

scala collections

value toDS is not a member of org.apache.spark.rdd.RDD

Null values from a csv on Scala and Apache Spark

How to subtract two consecutive element in a list in Scala?

list scala

Convert tuple to a List of first item

scala

Eclipse and Scala-IDE source files encoding bug?

Pattern match in foreach and then do a final step

How to define default values optional fields in play framework forms?

Debug log in Scala with no performance impact

Abuse of match?

scala coding-style

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?