map

inline fun <T> Cursor.map(block: (Cursor) -> T): List<T>(source)