Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Spark: Sort records in groups?

scala sorting apache-spark

SPARK : failure: ``union'' expected but `(' found

How to use IN clause in Slick?

mysql sql database scala slick

Scala 12.x and Java 11 `String.lines`, how to force the implicit conversion in a chained call?

java string scala java-11

Scala Map: mysterious syntactic sugar?

By-name repeated parameters

How can I call a function that takes 2 parameters with a Tuple2?

scala tuples

How to track the source line (location) of an XML element?

xml scala scala-2.8 scala-xml

Scala Constructors, Named Arguments, and Implicit Getters/Setters

Must override val variable in scala

scala

How to use Specs2 with Scalacheck to automate testing of String arguments?

scala specs scalacheck specs2

In Scala, how would I combine event driven programming with a functional approach?

scala event-driven

Using scala vararg methods in java

IntelliJ, Akka and Configuration files

Pulling files from MultipartFormData in memory in Play2 / Scala

Function literal with call-by-name parameter

scala

Akka Send Delayed Message to self cannot Find implicit ExecutionContext

scala akka

How to test that Akka actor was created in Scala

scala akka scalatest testkit

Scala, tail recursion vs. non tail recursion, why is tail recursion slower?

scala tail-recursion

Spray-json deserializing nested object

json scala spray-json