@lifaon/rx-js-light
Version:
Blazing fast Observables
6 lines (5 loc) • 573 B
TypeScript
import { IObservablePipe } from '../../../../../type/observable-pipe.type';
import { IThenObservableInNotifications } from '../../then-observable';
import { IThenObservableOnFulfilled } from '../../then-observable-on-fulfilled.type';
import { IFulfilledObservableOutNotifications } from './fulfilled-observable-out-notifications.type';
export declare function fulfilledObservablePipe<GInNextValue, GOut>(onFulfilled: IThenObservableOnFulfilled<GInNextValue, GOut>): IObservablePipe<IThenObservableInNotifications<GInNextValue>, IFulfilledObservableOutNotifications<GOut>>;