MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / DbxRequest

Interface DbxRequest

core/src/main/java/com/dropbox/core/DbxRequest.java:12–13  ·  view source on GitHub ↗

A functional interface representing a request that produces a result and may throw a checked exception. Extends java.util.concurrent.Callable but is intended for use in contexts where the operation represents an API request. @param the type of result produced by this request

Source from the content-addressed store, hash-verified

10 * @param <T> the type of result produced by this request
11 */
12@FunctionalInterface
13public interface DbxRequest<T> extends Callable<T> { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected