Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why does Numeric behave differently than Ordered?

scala typeclass

how can I empty a mutable map (defined by val)?

scala

Scala string template

Initialising vals which might throw an exception

scala

Scala style guideline for underscore in identifiers

scala

How to get distinct items from a Scala Iterable, maintaining laziness

Case-Insensitive String Comparison in Slick?

scala orm slick

uncompress and read gzip file in scala

scala gzip scalding

spray-json cannot marshal Map[String,String]

scala spray-json

Scala slick query comparison of a custom user type (enumeration) gives error

What is best way to wrap blocking Try[T] in Future[T] in Scala?

scala

How to parse and extract information from json array using json4s

json scala json4s

Access Array column in Spark

get TopN of all groups after group by using Spark DataFrame

In scala, is there any way to check if an instance is a singleton object or not?

scala

Spark merge dataframe with mismatching schemas without extra disk IO

scala apache-spark

How to mock a function within Scala object using Mockito?

scala mockito scalatest

Count number of Strings that can be converted to Int in a List

scala

Spark: Explode a dataframe array of structs and append id

Why isn't optional used for instance variables?