| Package | Description |
|---|---|
| com.microsoft.rest.v2 |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceFuture<Void> |
ServiceFuture.fromBody(io.reactivex.Completable completable,
ServiceCallback<Void> callback)
Creates a ServiceFuture from an Completable object and a callback.
|
static <T> ServiceFuture<T> |
ServiceFuture.fromBody(io.reactivex.Maybe<T> maybe,
ServiceCallback<T> callback)
Creates a ServiceCall from a Single object and a callback.
|
static <T> ServiceFuture<T> |
ServiceFuture.fromBody(io.reactivex.Single<T> single,
ServiceCallback<T> callback)
Creates a ServiceCall from a Single object and a callback.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/