mapToList

fun <T : Any> Cursor.mapToList(cursorPredicate: (Cursor) -> T): List<T>