MapCursor

A Cursor whose elements consist of those in a Base cursor passed through a transform function returning Element.

Cursor.swift:963
final class MapCursor<Base, Element> where Base : Cursor