Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Rx
IPromise
Interface IPromise
Promise A+
Index
Methods
then
Methods
public
then
(
onFulfilled
:
(value: T) => Rx.IPromise<R>
, onRejected
:
(reason: any) => Rx.IPromise<R>
)
:
IPromise
Parameters
onFulfilled:
(value: T) => Rx.IPromise<R>
onRejected:
(reason: any) => Rx.IPromise<R>
Returns
IPromise
public
then
(
onFulfilled
:
(value: T) => Rx.IPromise<R>
, onRejected
?:
(reason: any) => R
)
:
IPromise
Parameters
onFulfilled:
(value: T) => Rx.IPromise<R>
onRejected?:
(reason: any) => R
optional
Returns
IPromise
public
then
(
onFulfilled
:
(value: T) => R
, onRejected
:
(reason: any) => Rx.IPromise<R>
)
:
IPromise
Parameters
onFulfilled:
(value: T) => R
onRejected:
(reason: any) => Rx.IPromise<R>
Returns
IPromise
public
then
(
onFulfilled
?:
(value: T) => R
, onRejected
?:
(reason: any) => R
)
:
IPromise
Parameters
onFulfilled?:
(value: T) => R
optional
onRejected?:
(reason: any) => R
optional
Returns
IPromise
Globals
Rx
Rx.config
Rx.helpers
Rx.internals
rx
rx
AsyncSubject
Subject
AsyncSubjectStatic
GroupedObservable
ICurrentThreadScheduler
IDisposable
IObservable
IObserver
IPromise
then
IScheduler
ISubject
Observable
ObservableStatic
Observer
ObserverStatic
SubjectStatic
CompositeDisposable
Disposable
Notification
RefCountDisposable
Scheduler
SerialDisposable
SingleAssignmentDisposable