Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Passing additional arguments to tests with ScalaTest

scala testing scalatest

Converting a vector column in a dataframe back into an array column

How to flatten tuples in Spark?

scala apache-spark rdd

scala generic encoder for spark case class

Adding field to a json using Circe

scala json-ld circe

Mapped types in Scala

scala generics shapeless

match tuple with null

Scala - how to build an immutable map from a collection of Tuple2s?

scala map

What should ",7-6-5-4-3-2-1,".split(',') return?

string scala split scala-2.8

Why is Scala promoting List[Any] to List[Long]?

scala primitive-types

scala currying by nested functions or by multiple parameter lists

scala

Scala constructor

scala

Pattern match for variable in scope (Scala)

scala pattern-matching bind

Implicit parameter resolution - setting the precedence

scala implicit

How can I use JUnit ExpectedException in Scala?

exception scala junit

Scala final variables in constructor

scala constructor final

What's the difference between fun and fun() in Scala?

scala methods

How to replace a yield with a map in Scala?

scala yield

Why is an anonymous class created when mixing in a trait?

class scala anonymous mixins

What does the symbol "That" mean in Scala

scala generics