michaelbull / kotlin-result

A multiplatform Result monad for modelling success or failure operations.
ISC License
1.02k stars 57 forks source link

Add recoverIf and recoverUnless #40

Closed oddsund closed 3 years ago

oddsund commented 3 years ago

These are similar to [toErrorIf] and [toErrorUnless], but maps from Err to Ok.

Solves #39.