UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

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