monadic icon indicating copy to clipboard operation
monadic copied to clipboard

helps dealing with exceptional situations, it comes from the sphere of functional programming and bringing the goodies I have come to love in Scala to my ruby projects

Results 2 monadic issues
Sort by recently updated
recently updated
newest added

Example: I have a person object that might have a spouse object, and I want their first_name. So, if all is good, I'd call person.spouse.first_name. Of course, if we have...

Sometime we want to evaluate a value of "or"'s parameter. For example, the value should be a newly created object, but if Nothing.or(...) is called, we don't want to create...