Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Declare a Function `type` with `implicit` parameters

scala implicit

Scala: Implicit parameter resolution precedence

scala implicit

Why has Scala no type-safe equals method?

scala equals equality

How to transpose an RDD in Spark

scala apache-spark rdd

Is it possible to access estimator attributes in spark.ml pipelines?

What are "resources" folders in SBT projects for?

scala sbt

Meaning of _2 sign in scala language

scala

Functional Programming + Domain-Driven Design

Compiling sub projects in sbt

scala sbt

Slick - Filter Row if Column is Null

scala slick slick-2.0

Usage of spark DataFrame "as" method

Can I check whether a lazy val has been evaluated in Scala?

scala lazy-evaluation

Scala case classes with Mixin traits

scala

How can I calculate exact median with Apache Spark?

scala apache-spark hadoop

Spark SQL nested withColumn

Why doesn't Scala Source close the underlying InputStream?

scala file-io

Functional code for looping with early exit

How to serve uploaded files in Play!2 using Scala?

Is it possible to make json4s not to throw exception when required field is missing?

scala json4s

Play!: Does Slick's DDL replace Evolutions?

scala playframework slick