Skip to main

switchMap

switchMap

Signature - source.ts#L2270

function switchMap<T, U>(
    transform: (value: T, index: number) => Source<U>,
): Operator<T, U>