Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

To brace or not to brace: case statement block

scala coding-style

Slick: create query conjunctions/disjunctions dynamically

scala slick play-slick

Check if element exists in database using Slick 3 and Play

Generate Random String/letter in Scala

scala random

Figuring out chain of implicit invocations

scala

Can I run my scala program without JVM using scala-native?

scala jvm scala-native

What is the use of private constructor in Scala?

scala

Split Set into multiple Sets Scala

scala collections

value toDS is not a member of org.apache.spark.rdd.RDD

Null values from a csv on Scala and Apache Spark

How to subtract two consecutive element in a list in Scala?

list scala

Convert tuple to a List of first item

scala

Eclipse and Scala-IDE source files encoding bug?

Pattern match in foreach and then do a final step

How to define default values optional fields in play framework forms?

Debug log in Scala with no performance impact

Abuse of match?

scala coding-style

Extracting a value from an option inside an option in Scala

scala slick

Cache an intermediate variable in an one-liner

scala

Why is it impossible to specify the default value of a Scala varargs parameter?