| AbstractApiFuture |
Abstract implementation of ApiFuture that mirrors AbstractFuture in Guava.
|
| ApiAsyncFunction |
Transforms a value, possibly asynchronously.
|
| ApiClock |
An interface for getting the current value of a high-resolution time source, in nanoseconds.
|
| ApiFunction |
Legacy version of Function.
|
| ApiFuture |
A Future that can have a listener added.
|
| ApiFutureCallback |
A callback for accepting the results of an ApiFuture.
|
| ApiService |
|
| ApiService.Listener |
A listener for the various state changes that a ApiService goes through in its
lifecycle.
|
| ApiService.State |
The lifecycle states of a service.
|
| BetaApi |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
| InternalApi |
Annotates a program element (class, method, package etc) which is internal to its containing
library, not part of the public API, and should not be used by users of the library.
|
| SettableApiFuture |
|