Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How do I dynamically add Source to existing Graph?

scala akka akka-stream

Multiple type parameters in type class

scala typeclass

Scala PlayJson Cyclic Reference

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