Map<X> method
Query-like Projects matching elements using toElement.
Implementation
Iterable<X> Map<X>(X Function(E e) toElement)
=> _resolve().map(toElement);
Query-like Projects matching elements using toElement.
Iterable<X> Map<X>(X Function(E e) toElement)
=> _resolve().map(toElement);