Search code examples
Why doesn't Scala's implicit class work when one of the type parameters should be Nothing?...

scalapolymorphismscala-2.10enrich-my-library

Read More
Option-izing Java getters...

javascalanullscala-optionenrich-my-library

Read More
How do I enrich a case class with minimal changes to the codebase?...

scalagenericscase-classcompanion-objectenrich-my-library

Read More
Scala: value class X is added to the return type of its methods as X#...

scalaenrich-my-library

Read More
Enrich-my-library by extending TraversableLike with own methods...

scalaenrich-my-library

Read More
How to add methods that takes implicit ordering to a scala collection object...

scalaimplicit-conversionimplicitenrich-my-library

Read More
How do you enrich value classes without overhead?...

scalaenrich-my-libraryvalue-class

Read More
What is the best way to use enrich-my-library in scala?...

scalaenrich-my-library

Read More
How do I enrich a package object?...

scalaenrich-my-library

Read More
How to implement flatMap for Option...

scalamonadsscala-optionenrich-my-libraryflatmap

Read More
Type mismatch; found : Int(1) required: B...

scalagenericstype-mismatchenrich-my-library

Read More
Another Scala CanBuildFrom issue: a collection enrichment operator that wraps another of a different...

scalascala-collectionsimplicitset-intersectionenrich-my-library

Read More
How can I add new methods to a library object?...

scalaenrich-my-library

Read More
How do I apply the enrich-my-library pattern to Scala collections?...

scalacollectionsenrich-my-library

Read More
Minimal framework in Scala for collections with inheriting return type...

scalacollectionsscala-2.8higher-kinded-typesenrich-my-library

Read More
Mixing in generic traits in parameterized classes without duplicating type parameters...

scalaimplicit-conversionscala-collectionsenrich-my-library

Read More
Enriching Scala collections with a method...

scalaimplicit-conversionscala-collectionsenrich-my-library

Read More
Why can I mark methods as implicit but not the constructor?...

classscalaconstructorimplicitenrich-my-library

Read More
How to define an impicit conversion from one to another existing type in Scala?...

scalatypescastingimplicitenrich-my-library

Read More
Overloading the existing `toInt` method...

scalaoverloadingenrich-my-library

Read More
Type inference on anonymous functions with enrich-my-library...

scalaanonymous-functiontype-inferenceenrich-my-library

Read More
Scala, extending the iterator...

scalaiteratorlazy-evaluationextendenrich-my-library

Read More
How to dynamically dispatch based on enrichment?...

jsonscalasprayenrich-my-library

Read More
Enrich-My-Library optimization...

c#scalaoptimizationextension-methodsenrich-my-library

Read More
Enrich-My-Library For all Traversables...

scalatypesimplicitenrich-my-library

Read More
How to implicitly extend a Function without losing type inference...

scalaenrich-my-library

Read More
Enrich an inner class...

scalainner-classesimplicitenrich-my-library

Read More
How can I add cross product based methods to scala collections?...

scalacollectionsenrich-my-library

Read More
BackNext