Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.13

Adding custom collection operations in scala 2.13 to arbitrary collections of specific types

scala scala-2.13

Gatling compatibility issue with Scala 2.13.0 in IntelliJ

How to transform a collection of tuples with scala 2.13

In Scala, how to summon a polymorphic function applicable to an input type, without knowing the output type or full type arguments?

Version agnostic way to convert from Java to Scala collections and back

Method type confused when using self type

Getting MatchError when using a placeholder for an unused variable

How to pattern match in scala 2.13?

Migrating a generic append function to Scala 2.13 collections

scala scala-2.13

Missing par method from Scala collections

Why can I use `to` in the first argument of Future.traverse, but not `until`?

scala scala-2.13

Scala 2.13 what to use instead of MutableList?

Why am I getting this error when running Scala 2.13 tests in IntelliJ, but not with Scala 2.12?