Functional Error Handling in Kotlin, Part 2: Result and Either
In this series first part, we introduced some of the available strategies to handle errors in a functional fashion using Kotlin and the Arrow library. In this second part, we’ll continue our journey by looking at the Result and Either data types and how to use them to handle errors in a functional way.
This article was originally published on Rock the JVM.
Read on Rock the JVM