| Modifier and Type | Method and Description |
|---|---|
static <T> Call<T> |
defer(Callable<Call<T>> callable)
|
static <T> Call<T> |
failure(IOException failure) |
static <T> Call<T> |
response(Response<T> response) |
static <T> Call<T> |
response(T successValue) |
Copyright © 2017 Square, Inc.. All rights reserved.