Klasse AsSoonAsMediator
java.lang.Object
ch.nolix.core.programcontrol.flowcontrol.AsSoonAsMediator
- Alle implementierten Schnittstellen:
IAsSoonAsMediator
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungrunInBackground
(Runnable job) Lets the currentIAsSoonAsMediator
run the given job asynchronously in background.static AsSoonAsMediator
withCondition
(BooleanSupplier condition)
-
Methodendetails
-
withCondition
- Parameter:
condition
-- Gibt zurück:
- a new
AsSoonAsMediator
with the given condition. - Löst aus:
ArgumentIsNullException
- if the given condition is null.
-
runInBackground
Lets the currentIAsSoonAsMediator
run the given job asynchronously in background.- Angegeben von:
runInBackground
in SchnittstelleIAsSoonAsMediator
- Parameter:
job
-- Gibt zurück:
- a new
IFuture
.
-