UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

5 lines (4 loc) 557 B
import { IDefaultInNotificationsUnion } from '../../../../../../misc/notifications/default-notifications-union.type'; import { IObservable } from '../../../../../type/observable.type'; import { INotificationsToValuesObservableOnErrorFunction } from './notifications-to-values-observable-on-error-function.type'; export declare function notificationsToValuesObservable<GValue>(subscribe: IObservable<IDefaultInNotificationsUnion<GValue>>, onError?: INotificationsToValuesObservableOnErrorFunction<GValue>, maxNumberOfValues?: number): IObservable<GValue[]>;