Interface FutureProvider<T>


  • public interface FutureProvider<T>
    Some operations may be asynchronous and need to provide their results as a list of future objects
    Author:
    Jerome Dochez