Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in enrich-my-library

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

Configure scaladoc to include extension methods

Enrich an inner class

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

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

Mixing in generic traits in parameterized classes without duplicating type parameters

Enriching Scala collections with a method

Type inference on anonymous functions with enrich-my-library

Enrich-My-Library For all Traversables

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

scala enrich-my-library

Overloading the existing `toInt` method

How can I add new methods to a library object?

scala enrich-my-library

How do I enrich a package object?

scala enrich-my-library

Scala, extending the iterator

How do you enrich value classes without overhead?

Minimal framework in Scala for collections with inheriting return type

Is there a way to "enrich" a Scala class without wrapping the code into another object?

scala enrich-my-library

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