UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 565 B
import { IObservablePipe } from '../../../../../type/observable-pipe.type'; import { IThenObservableInNotifications } from '../../then-observable'; import { IThenObservableOnRejected } from '../../then-observable-on-rejected.type'; import { IRejectedObservableOutNotifications } from './rejected-observable-out-notifications.type'; export declare function rejectedObservablePipe<GInNextValue, GOut>(onRejected: IThenObservableOnRejected<GOut>): IObservablePipe<IThenObservableInNotifications<GInNextValue>, IRejectedObservableOutNotifications<GInNextValue, GOut>>;