Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Docs in IntelliJ

Spark Dataset equivalent for scala's "collect" taking a partial function

What is this @@ operator defined in scalaz?

scala scalaz

Scala: Unable to set environment variable

scala.MatchError: <SomeStringvalue> (of class java.lang.String)

scala

How to add new columns to DataFrame given their names when they are missing?

SBT dependsOn usage - migration from 0.12 to 0.13

scala sbt

Check a condition within a foreach in scala

scala foreach

Compose more than one receive function in Akka Actors

How to pass Arrays as arguments to a function in Scala?

scala

Why is match a keyword and not a function in Scala?

scala pattern-matching

How to create schema (StructType) with one or more StructTypes?

Understanding NotUsed and Done

scala akka akka-stream

Left-biased and Right-biased?

scala

Scala hex literal for bytes

scala literals scala-2.12

Compose optional queries for for-comprehension in doobie?

Scala - Future.sequence on Tuples

scala future

Generating a list of random Integers in Java (in a Scala-like fashion)

java scala java-8

Incompatible Jackson version: Spark Structured Streaming

ScalaTest AsyncFunSuiteLike multiple asserts

scala future scalatest