@Deprecated public interface FutureResult<R extends Record> extends java.util.concurrent.Future<Result<R>>
This type wraps fetching of records in a Future
,
such that you can access the actual records at a future instant. This is
especially useful when
Copyright © 2014. All Rights Reserved.