Skip to content

v3.0.2

Compare
Choose a tag to compare
@afsalthaj afsalthaj released this 03 Aug 06:23
· 40 commits to master since this release
606a287

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)