Class SerialFuture<V>

java.lang.Object
com.logicaldoc.util.concurrent.SerialFuture<V>
Type Parameters:
V - Type of all the futures to wait for
All Implemented Interfaces:
Future<V>

public class SerialFuture<V> extends Object implements Future<V>
A future returns null but waits for the completion of a given collection of futures
Since:
9.2
Author:
Marco Meschieri - LogicalDOC