Search code examples
Return implicit function in Scala...


scalaimplicit

Read More
Scala selects wrong implicit conversion from within implicit class method...


scalagenericsimplicit-conversionimplicitimplicit-class

Read More
Doobie cannot find or construct a Read instance for type T...


scalaimplicitscala-catsdoobie

Read More
Rep extension methods unavailable when trying to extend it with implicit class?...


scalaslickimplicit

Read More
view bounds are deprecated; use an implicit parameter instead...


scalaimplicitdeprecation-warningscala-2.13

Read More
Why does the implicit derivation of this poly function case fails without subtype evidence?...


scalatype-inferenceimplicitgeneric-programmingshapeless

Read More
Is it possible to implicitly get a builder for a collection, as in the old CanBuildFrom?...


scalascala-collectionsimplicit

Read More
scala- ways to find implicit execution context in use by a scala program...


multithreadingscalaplayframeworkimplicit

Read More
Why prefer implicit val over implicit object...


scaladesign-patternsimplicit

Read More
Postpone implicit resolution until macro expansion...


scalametaprogrammingimplicitscala-macros

Read More
Magnet pattern for Scala MongoDB driver...


mongodbscalaimplicitscala-macrosmongo-scala-driver

Read More
Behaviour of context bounds and implicit parameter lists with regards to path dependent types...


scalatype-inferenceimplicitpath-dependent-typetype-projection

Read More
How to define and pass implicit encoder of a particular subtype to AvroSchema...


scalaimplicitscalapbavro4s

Read More
Intellij IDEA cannot resolve symbol on implicits (scala tagless final)...


scalaintellij-ideaideimplicittagless-final

Read More
Is there any way to pimp a library in Scala 3 except implicits?...


scalaextension-methodsimplicitscala-3

Read More
Avoiding boilerplate when using typeclass-based polymorphism...


scalatypeclassimplicitshapelessboilerplate

Read More
nested polymorphism in scala...


scalapolymorphismimplicit

Read More
Why is this implicit resolution failing?...


scalatypeclassimplicit

Read More
In scala, is it possible to discourage the compiler from searching for Predef implicit first?...


scalaimplicitscala-compiler

Read More
Can an implicit def be used by a function that does not have an implicit param?...


scalaimplicit-conversionimplicit

Read More
scala cats traverse for list...


scalaimplicitscala-cats

Read More
Scala implicit search of covariant type class replaces the type argument with Nothing. Why?...


scalatypeclasscovarianceimplicit

Read More
HList foldLeft with tuple as zero...


scalaimplicitshapeless

Read More
Shapeless HList return type...


scalagenericstypeclassimplicitshapeless

Read More
Problem with bringing into scope scala implicit conversions...


scalaimplicit-conversionimplicit

Read More
Cannot apply [-] to AnyVal in scala...


scalaplayframeworkjvmimplicit

Read More
Shapeless: Mapping an natural transformation over a KList...


scalatypeclassimplicitshapelesscontext-bound

Read More
Spark scala mocking spark.implicits for unit testing...


scalaunit-testingapache-sparkmockitoimplicit

Read More
Extending a class with a type constructor...


scalagenericstypeclassimplicitexistential-type

Read More
what should a scala implicit macro have to return to tell the compiler "forget my result, conti...


scalaimplicitscala-macros

Read More
BackNext