Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Array Slicing with Tuple

arrays scala tuples

Returning db connection to HikariCP pool with Slick 3.1.x

scala slick-3.0 hikaricp

Spark explode nested JSON with Array in Scala

How to compile a parametrized update in Slick 3.1?

scala slick-3.0

Scala converters convert Java collections to Wrapper objects

What type should I declare a DateTime object in a scala class constructor?

What does Node[TypeOne <: Node[TypeOne]] in scala mean?

scala generics

How to infer inner type of Shapeless record value with unary type constructor?

SparkContext class not found error

scala maven apache-spark

HBase: How to specify multiple prefix filters in a single scan operation

Streaming file from server to client using Akka

What is the difference between Scaldi and Guice

explanation on scala for comprehension with Option

scala for-comprehension

Apache Spark UDF that returns dynamic data types

Convert try to option without losing error information in Scala

Slick - Inserting a row into two tables linked with an auto-incrementing key?

Resolving types in F-bounded polymorphism

akka-http: send element to akka sink from http route

scala akka-stream akka-http

Scala method to side effect on map and return it

scala

Do something when exactly one option is non-empty

scala collections