Sha256: 7c0c09c22024fd978ac6a3b5a449f122fb8336ecc7a7a8cb9caf5c214a465dde

Contents?: true

Size: 573 Bytes

Versions: 49

Compression:

Stored size: 573 Bytes

Contents

{"version":3,"file":"switchAll.js","sourceRoot":"","sources":["../../src/operators/switchAll.ts"],"names":[],"mappings":";AAEA,0BAA0B,aAAa,CAAC,CAAA;AACxC,yBAAyB,kBAAkB,CAAC,CAAA;AAE5C;IACE,MAAM,CAAC,qBAAS,CAAC,mBAAQ,CAAC,CAAC;AAC7B,CAAC;AAFe,iBAAS,YAExB,CAAA","sourcesContent":["import { OperatorFunction } from '../interfaces';\nimport { Observable } from '../Observable';\nimport { switchMap } from './switchMap';\nimport { identity } from '../util/identity';\n\nexport function switchAll<T>(): OperatorFunction<Observable<T>, T> {\n  return switchMap(identity);\n}\n"]}

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
ilog-0.4.1 node_modules/rxjs/operators/switchAll.js.map
ilog-0.4.0 node_modules/rxjs/operators/switchAll.js.map
ilog-0.3.3 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-18.0.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.21.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.20.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.19.1 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.19.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.18.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.17.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.16.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.15.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.14.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.13.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.12.2 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.12.1 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.12.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.11.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.10.0 node_modules/rxjs/operators/switchAll.js.map
govuk_publishing_components-17.9.0 node_modules/rxjs/operators/switchAll.js.map