Uses of Interface
cz.cuni.amis.utils.future.IFuture

Packages that use IFuture
cz.cuni.amis.utils.future   
 

Uses of IFuture in cz.cuni.amis.utils.future
 

Classes in cz.cuni.amis.utils.future that implement IFuture
 class CombinedBooleanFuture
          Used to combine multiple Future<Boolean> together into one Future<Boolean>.
 class FixedFuture<Result>
          Future implementation that holds fixed result.
 class FlagFuture<Result,FlagType>
          Future implementation that is listening on a flag and when it's terminal state is set on the flag the future completes itself with result specified in the map (under the key of the flag value).
 class FutureWrapper<RESULT>
           
 class RunnableFuture<RESULT>
           
 

Constructors in cz.cuni.amis.utils.future with parameters of type IFuture
CombinedBooleanFuture(IFuture<Boolean>[] futures)
           
FutureWrapper(IFuture<RESULT> impl)
           
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.