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
AsyncSubject
Observable
Observer
Subject
AsyncSubjectStatic
ICurrentThreadScheduler
IDisposable
IObservable
IObserver
IPromise
then
IScheduler
ISubject
ObservableStatic
ObserverStatic
SubjectStatic
CompositeDisposable
Disposable
Notification
RefCountDisposable
SerialDisposable
SingleAssignmentDisposable