芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/internal/operators/endWith.d.ts
import { MonoTypeOperatorFunction, SchedulerLike, OperatorFunction } from '../types'; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(scheduler: SchedulerLike): MonoTypeOperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, scheduler: SchedulerLike): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, v2: B, scheduler: SchedulerLike): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, v2: B, v3: C, scheduler: SchedulerLike): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, v2: B, v3: C, v4: D, scheduler: SchedulerLike): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, v2: B, v3: C, v4: D, v5: E, scheduler: SchedulerLike): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(v1: A, v2: B, v3: C, v4: D, v5: E, v6: F, scheduler: SchedulerLike): OperatorFunction
; export declare function endWith
(v1: A): OperatorFunction
; export declare function endWith
(v1: A, v2: B): OperatorFunction
; export declare function endWith
(v1: A, v2: B, v3: C): OperatorFunction
; export declare function endWith
(v1: A, v2: B, v3: C, v4: D): OperatorFunction
; export declare function endWith
(v1: A, v2: B, v3: C, v4: D, v5: E): OperatorFunction
; export declare function endWith
(v1: A, v2: B, v3: C, v4: D, v5: E, v6: F): OperatorFunction
; export declare function endWith
(...array: Z[]): OperatorFunction
; /** @deprecated use {@link scheduled} and {@link concatAll} (e.g. `scheduled([source, [a, b, c]], scheduler).pipe(concatAll())`) */ export declare function endWith
(...array: Array
): OperatorFunction
;