Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Spark Dataframe to Dataset of Java class

java scala apache-spark

"Immortal" Spark Streaming Job?

Cats effect - parallel composition of independent effects

Best way to use type classes with list parametrized with some base class, abstract class or trait

scala inheritance typeclass

Play Framework as SBT Non-Root Module

How to make a sbt task use a specific configuration scope?

scala build scope sbt

Why do scala maven artifacts have an artifact for each scala version instead of a classifier per scala version?

scala maven classification

Building Modular Akka Systems

Dependent method types conflict with default arguments

Array of annotations as parameter to an annotation, in Scala

spring scala annotations

Scala: abstract classes with anonymous types

How to spot boxing/unboxing in Scala

Scala Type aliases for annotations

java scala annotations

Is there ever a reason to use Scala's StringLike.replaceAllLiterally over Java's String.replace?

java scala

Interesting findings when combining Arrays in Scala

arrays scala

How to compare two datasets?

scala apache-spark fastutil

Scala Catalog of functional Design Patterns

Basic Scalaz State question

Why does scala.Serializable not specify any methods?

Why is there no Tuple1 Literal for single element tuples in Scala?

scala syntax tuples