Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala reflection to instantiate scala.slick.lifted.TableQuery

scala reflection slick

Why scala's collections are not 'views' by default?

scala collections

Spark - Multiple filters on RDD in one pass

scala apache-spark

When is it appropriate to use a TrieMap?

scala scala-collections

Play 2.4 disable certain filters set based on request path or method

ExecutionContext to use with mapAsync in Akka-Streams

How to assemble an Akka Streams sink from multiple file writes?

Too many elements for Tuple: 27, allowed: 22

scala slick slick-3.0

Spark Source code: How to understand withScope method

scala apache-spark

Async before and after for creating and dropping scala slick tables in scalatest

Sequences in Spark dataframe

How to use UUID in a VARCHAR column with Slick?

mysql scala slick

Scala - add type definition to declaration - keyboard shortcut

scala intellij-idea

How to clean up substreams in continuous Akka streams

scala akka akka-stream

How to add empty map type column to DataFrame?

What are isomorphism and homomorphisms

Is Traits in Scala an Interface or an Abstract Class?

scala traits

Combining `OptionT` and `EitherT` to handle `Future[Either[Error, Option[T]]]`

scala scalaz scala-cats

Interpreting a list of free monads vs. interpreting a free monad of a list

scala monads scalaz

Exclude a specific implicit from a Scala project