Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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?

Getting the string representation of a type at runtime in Scala

scala types

Scala multiple assignment to existing variable

scala assignment-operator

Odd typing bug in Scala

scala types

Kadane's Algorithm in Scala

Scala, extending the iterator

Scala generics with <: and multiple traits

scala generics traits

How to split a string by delimiter from the right?

scala

Play framework handling session state

How do I run the Spark decision tree with a categorical feature set using Scala?

Concurrency Primitives in Scala

scala concurrency akka atomic