Class FutureValue<V>

java.lang.Object
com.logicaldoc.util.concurrent.FutureValue<V>
Type Parameters:
V - Type of future
All Implemented Interfaces:
Future<V>

public class FutureValue<V> extends Object implements Future<V>
A simple future that is always complete and always returns the given value
Since:
9.2
Author:
Marco Meschieri - LogicalDOC