|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |