kotlin-result
kotlin-result copied to clipboard
A multiplatform Result monad for modelling success or failure operations.
Fix issues : https://github.com/michaelbull/kotlin-result/issues/124 Emit the compilation warning on expect/actual classes. The warning must mention that expect/actual classes are in Beta
This pull request introduces a new extension function, traverse, inspired by the traverse function in Haskell's Data.Traversable module. Link : https://hackage.haskell.org/package/base-4.10.0.0/docs/Data-Traversable.html#t:Traversable The goal is to provide a safe and declarative...