Maps this selectable by the mapper function.
mapper
Like map just async.
map
Selectable<N> asyncMap<N>(FutureOr<N> Function(T) mapper) { return _AsyncMappedSelectable<T, N>(this, mapper); }