Interface ActionFuture<T>

All Superinterfaces:
Future<T>
All Known Implementing Classes:
AdapterActionFuture, ListenableActionFuture, PlainActionFuture

public interface ActionFuture<T> extends Future<T>
An extension to Future allowing for simplified "get" operations.