Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Quasiquotes for multiple parameters and parameter lists

LibGDX project written in Scala, on Android, using IntelliJ

Check if a Scala / Akka actor is terminated

scala akka actor

SBT: Cross-platform way to set java.library.path?

Scala, GUI and immutability

How to get a reference to an existing ActorSystem in Akka?

scala akka actor spray

Is there any OWASP checking tool for scala project?

scala owasp

insertOrUpdate with Slick 3

scala slick slick-3.0

How do I distribute a Scala macro as a project?

scala maven macros sbt

How to prevent SBT from trying to download from official repositories?

scala sbt

Misunderstanding with type checks in Scala

scala

Should functions that return Future[A] throw exceptions?

scala

How do I Unit test/mock ElasticSearch

How to modify a Spark Dataframe with a complex nested structure?

How to transform Either[Future[A], Future[B]] to Future[Either[A, B]]

Intersperse is missing in cats?

scala scala-cats

Use sbt shell for build and import

scala intellij-idea sbt

Scala / Cats: How to unzip an NonEmptyList

scala scala-cats

Difference in type erasure of List[Int] and List[Integer]

Should constructing stateful objects be modeled with an effect type?