Search code examples
Scala equivalent of Java's Number...


scala

Read More
Spark 4.0 MemoryStream was moved or changed?...


javascalaapache-sparkapache-spark-4.0

Read More
convert akka journal event columns string value to java object...


javascalaamazon-dynamodbakka-persistencealpakka

Read More
removing elements from a sequence using for/yield...


scala

Read More
How to test Actors values with a factory as receiver...


scalaakka

Read More
Linearization order in Scala...


scalatraits

Read More
scala-http4s CORS middleware not adding Access-Control-Allow-Origin header...


scalacorsaccess-controlhttp4s

Read More
Combining F-bound polymorphism with inheritance in Scala...


scalainheritancef-bounded-polymorphism

Read More
How to traverse an n-ary tree as an iterator or stream...


scala

Read More
When should I use Option.empty[A] and when should I use None in Scala?...


scalascala-option

Read More
Why does sbt pull scala-library-2.13 into classpath of a scala 3 project...


scalasbt

Read More
Cats Effect: shared `mutable.Map` stays empty after `parUnorderedTraverse`...


scalaparallel-processingcats-effect

Read More
In a Play JSON JsObject, recursively replace the values of each JSON key containing a given substrin...


jsonscalaplayframeworkplay-json

Read More
What is the difference between JavaConverters and JavaConversions in Scala?...


scalascala-collectionsscala-java-interop

Read More
Convert a Java Map with Collection values to a Scala Map with Set values...


javascalatype-conversionscala-collectionsscala-java-interop

Read More
How to get a Scala singleton object from its fully qualified name using Scala reflection...


scalareflectionscala-2.13

Read More
How to access a Scala object instance given its full qualified name?...


scalareflectionsingletoncompanion-object

Read More
Future[Option] in Scala for-comprehensions...


scalafuturefor-comprehensionscala-option

Read More
How to find source of scala.MatchError?...


stringscaladebugging

Read More
Scala - Currying and default arguments...


scalaargumentsdefault-valuecurrying

Read More
Read JSON in UpperCamelCase (Pascal case) using Jsonx.formatCaseClass from play-json-extensions...


scalaplayframeworkplay-json

Read More
Applying logical and to list of boolean values...


scalabooleanlogical-operatorsfold

Read More
How to execute a future immediately...


scala

Read More
Make Compile Fail on Non-Exhaustive Match in Scala 3...


scalapattern-matchingcompiler-flagsscala-3non-exhaustive-patterns

Read More
Ignoring certain Scala 2.13 compiler options for build to succeed...


scalasbt

Read More
Why does calling sbt.IO.download from SBT fail with type mismatch (required: sbt.internals.DslEntry)...


scalasbt

Read More
In a Scala sbt project how can I see the test dependencies?...


scalasbt

Read More
Compiling Scala before / alongside Java with Gradle...


javascalacompiler-errorsgradlecross-compiling

Read More
Scala equivalent of Python slice notation...


pythonscalaslice

Read More
Using PPrint, can I exclude the named argument from Some ("value"), but not those of other...


scalapretty-print

Read More
BackNext