spebbe / dartz

Functional programming in Dart
MIT License
749 stars 60 forks source link

getOrNull for Either #86

Open radoslawsobies opened 2 years ago

radoslawsobies commented 2 years ago

it would be nice to have getOrNull in Either class, similar to getOrdElse

jvsoaress commented 2 years ago

@cranst0n i think that @radoslawsobies didnt mean to have it as a getter, but instead to be able to call it with .getOrNull(), am I right? in case I'm right, I'd like to open a pr for that since this is my first time contributing to some project :)