Package com.logicaldoc.util.concurrent
package com.logicaldoc.util.concurrent
-
ClassesClassDescriptionFutureElaboration<T,
V> A future that wraps an other future representing some kind of elaboration on a specified objectFutureValue<V>A simple future that is always complete and always returns the given valueA future that waits for availability of a list of other futures and then returns the value of the first futureSerialFuture<V>A future returns null but waits for the completion of a given collection of futures