quenktechnologies / noni

Quenk Technologies commons library.
Other
0 stars 0 forks source link

Make of() method of Maybe static. #130

Closed metasansana closed 8 months ago

metasansana commented 8 months ago

To be useful this method should return Just or Nothing depending on whether the value provide is nullish or not. This will require turning Maybe into an abstract class.