#EitherT

Scala Cats: EitherT

Reading Time: 2 minutes In this blog, I will discuss about EitherT which is another concept of Scala Cats library. Before discussing about EitherT, lets discuss Either first then EitherT which helps us in resolving the issue or boilerplate we have due to Either. Either Either can be used for error handling in most situations. However, when Either is placed into effectful types such as Option or Future, a large amount of boilerplate is Continue Reading