Class FutureElaboration<T,V>

java.lang.Object
com.logicaldoc.util.concurrent.FutureElaboration<T,V>
Type Parameters:
T - Type of the object being elaborated
V - Type of the wrapped future
All Implemented Interfaces:
Future<V>
Direct Known Subclasses:
DocumentFuture

public class FutureElaboration<T,V> extends Object implements Future<V>
A future that wraps an other future representing some kind of elaboration on a specified object
Since:
9.2
Author:
Marco Meschieri - LogicalDOC