map(), flatMap() on Futures & Options in scala
In this blog, we would be looking at how map()
and flatMap()
operations work with Option
and Future
of scala, literally speaking both Futures
and Options
are very effective features of scala, A Future
lets us have a value from some task on a…