package

androidx.camera.core.impl.utils.futures

Interfaces

AsyncFunction<I, O>Cloned from concurrent-futures package in Guava to AndroidX namespace since we would need ListenableFuture related implementation but not want to include whole Guava library.
FutureCallback<V>Cloned from concurrent-futures package in Guava to AndroidX namespace since we would need ListenableFuture related implementation but not want to include whole Guava library.

Classes

FutureChain<V>A that supports chains of operations.
FuturesUtility class for generating specific implementations of .