map<R extends Object> abstract method
Transforms the contained value using the mapper function
noFutures
while preserving the Monad's structure.
Implementation
Monad<R> map<R extends Object>(@noFutures R Function(T value) noFutures);