- then(Callback1<? super Result>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls the specified callback when the promise is resolved.
- then(Callback1<? super Result>, Callback1<? super FailResult>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls one of the specified callbacks when the promise is resolved or rejected respectively.
- thenPromise(Function1<? super Result, Promise<NewResult, NewFailResult>>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls the specified success callback with the resolution value as argument when the promise is resolved.
- thenPromise(Function1<? super Result, Promise<NewResult, NewFailResult>>, Function1<? super FailResult, Promise<NewResult, NewFailResult>>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls the specified callbacks when the promise is resolved or rejected respectively.
- thenReturn(Function1<? super Result, NewResult>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls the specified success callback with the resolution value as argument when the promise is resolved.
- thenReturn(Function1<? super Result, NewResult>, Function1<? super FailResult, NewFailResult>) - Method in class org.stjs.bridge.rsvp.Promise
-
Calls the specified callbacks when the promise is resolved or rejected respectively.
- timeStamp - Variable in class org.stjs.bridge.rsvp.PromiseEvent
-
milliseconds elapsed since 1 January 1970 00:00:00 UTC up until now