You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change callbacks returning Future<NV> into Future<? extends NV> to enable simpler returning of wrapped values being sub-classes of the generic parameter class of the promise.