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