Skip to content

v2.0.5

Compare
Choose a tag to compare
@afsalthaj afsalthaj released this 03 Aug 06:21
· 7 commits to series/2.x since this release

Introduce map and mapEither

With the introduction of map and mapEither users can now forget about writing back the config.
i.e, Its now possible to do things like string("AGE").map(_.toInt) or even better string("AGE").mapEither(str => Try(str.toInt).toEither)