kotlin-result icon indicating copy to clipboard operation
kotlin-result copied to clipboard

A multiplatform Result monad for modelling success or failure operations.

Results 22 kotlin-result issues
Sort by recently updated
recently updated
newest added

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...