-
Deprecated MethodsMethodDescriptionUse the overload that requires an executor. For identical behavior, pass
MoreExecutors.directExecutor(), but consider whether another executor would be safer.Use the overload that requires an executor. For identical behavior, passMoreExecutors.directExecutor(), but consider whether another executor would be safer.Use ApiFutures.transformAsync(ApiFuture, ApiAsyncFunction, Executor), the overload that requires an executor. For identical behavior, passMoreExecutors.directExecutor(), but consider whether another executor would be safer.
MoreExecutors.directExecutor(), but consider whether another executor would be safer.