New
- Add
kotlin.Result.toEither()
Fixes
- Adds validateNotNull extension function on nullable values <Hugo Müller-Downing>
New
- Add Either.traverse
- Either, Nullable & Ior zip
- Adds validateNotNull extension function on nullable values <Hugo Müller-Downing>
Fixes
- Fix outcome traverse
- Fix nested nullable issue
- Fix nested null bug (#22)
- Add
Option.unit()
andEither.unit()
to replace thevoid()
method deprecated by Arrow. - Include
withRetries
method on suspended supplier functions to provide opinionated access to Arrow'sSchedule
.