Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala initialization behaviour

scala initialization traits

Using collect on maps in Scala

akka jvm threads vs os threads when performing io

java multithreading scala akka

What Scala feature allows the plus operator to be used on Any?

scala

"return" and "try-catch-finally" block evaluation in scala

scala

How to generate sources in an sbt plugin?

scala sbt

Spark Error: Not enough space to cache partition rdd_8_2 in memory! Free memory is 58905314 bytes

What precisely is a scala evidence parameter

scala

Spark SQL filter multiple fields

Decoding structured JSON arrays with circe in Scala

json scala circe

Run ScalaTest tests in parallel

scala sbt scalatest

How to exclude resources during packaging with SBT but not during testing

scala sbt

Use Spark to list all files in a Hadoop HDFS directory?

scala apache-spark hadoop

Using scala.sys.process with timeout

scala processbuilder

`implicit' modifier cannot be used for top-level objects

scala implicit

Include Dependencies in JAR using SBT package

scala sbt

What do the % and %% operators do when setting up SBT dependencies?

scala lift sbt

Idiomatic use of a Java comparable object

scala scala-java-interop

How to run an external file from within the scala interactive interpreter (REPL)?

Conversion of Scala map containing Boolean to Java map containing java.lang.Boolean

java scala interop