Same as flatMap, but performed on the UI thread
Same as flatMap, but performed on the UI thread
If the future is already completed and the current thread is the UI thread, the UI action will be applied in-place, rather than asynchronously.
Same as foreach, but performed on the UI thread
Same as foreach, but performed on the UI thread
If the future is already completed and the current thread is the UI thread, the UI action will be applied in-place, rather than asynchronously.
Same as map, but performed on the UI thread.
Same as map, but performed on the UI thread.
If the future is already completed and the current thread is the UI thread, the UI action will be applied in-place, rather than asynchronously.
Same as onComplete, but performed on the UI thread
Same as onFailure, but performed on the UI thread
Same as onSuccess, but performed on the UI thread
Same as recover, but performed on the UI thread
Helpers to run UI actions as Future callbacks