()
| 133 | } |
| 134 | }, |
| 135 | onComplete() { |
| 136 | if (hasNextOrObserver) { |
| 137 | if (typeof nextOrObserver === 'object') { |
| 138 | nextOrObserver?.complete?.(); |
| 139 | } |
| 140 | } |
| 141 | complete?.(); |
| 142 | }, |
| 143 | onError(param0) { |
| 144 | if (nextOrObserver) { |
| 145 | if (typeof nextOrObserver === 'object') { |