Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Marshalling nested custom Objects in Sangria

scala playframework sangria

Scala : Registry design pattern or similar?

java scala design-patterns

Request timeout in Gatling

scala maven gatling

How to find the size of an object in scala?

Scala coding standards: curly braces on the same line

scala

What does Dotty offer to replace type projections?

How to access all public members of an object recursively using Scala reflection?

Comparing two data frames in Spark (performance)

Trim values of String fields of a case class

scala shapeless

Recovering underlying Future into Cats' EitherT's Left?

scala scala-cats

Proper way to programmatically stop an Alpakka Kafka stream

How to see all the implicits and their types available at any code point?

JDBC calls wrapped in Scala Future

scala jdbc concurrency future

How to map over Hlist of objects that extend common trait?

scala shapeless

How can I apply an HList of arbitrary functions to an arbitrary value?

scala shapeless

Create assembly jar that contains all tests in SBT project+subprojects

sbt test fails due to "Forked test harness failed"

scala sbt

How do scala developers cope with incorrect IDE(Idea) errors in scala code with shapeless

Unpacking tuple types in Scala

scala types tuples

How does the "specs" BDD framework for Scala work?

scala bdd specs