(transform: (doc: TSchema) => T)
| 65 | } |
| 66 | |
| 67 | override map<T>(transform: (doc: TSchema) => T): FindCursor<T> { |
| 68 | return super.map(transform) as FindCursor<T>; |
| 69 | } |
| 70 | |
| 71 | /** @internal */ |
| 72 | async _initialize(session: ClientSession): Promise<InitialCursorResponse> { |
no outgoing calls