Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

For "trait Queue[T]", is `Queue` a type?

scala types traits

How do I use Scala reflection to find all subclasses of a trait (without using third-party tools)?

scala reflection

Spark count number of words with in group by

Any string concatenation method in slick groupBy?

scala playframework slick

How to shade a dependency for a non-executable Scala Library?

scala sbt sbt-assembly

How to write partitioned DataFrame out without partition prefix in the path?

Heroku, Procfile and gitignore

git scala heroku

Spark scala parameter in row.getDouble

capture types of varargs parameters

scala

Generics not so generic !

generics scala

Flink incremental checkpoint with rocksdb use a lot of memory

java scala apache-flink

Use Scala function instead of a Java callback-like anonymous object

How to head DataFrame with Map[String,Long] column and preserve types?

Creating a new instance of existing object type in Scala

scala

Convert Future[List[String]] to List[String]

scala playframework-2.0

Using guice when creating a custom Action using ActionBuilder in play

scala playframework guice

Implementing value equality of functions

scala equals

Understanding reduceByKey function definition Spark Scala

scala apache-spark