Schnittstelle IForCountMediator
- Alle bekannten Implementierungsklassen:
ForCountMediator
public interface IForCountMediator
- Version:
- 2025-07-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidLets the currentIForCountMediatorrun the given job.voidrun(IntConsumer job) Lets the currentIForCountMediatorrun the given job.runInBackground(Runnable job) Lets the currentIForCountMediatorrun the given job in background.
-
Methodendetails
-
run
Lets the currentIForCountMediatorrun the given job.- Parameter:
job-- Löst aus:
RuntimeException- if the given job is null.
-
run
Lets the currentIForCountMediatorrun the given job.- Parameter:
job-- Löst aus:
RuntimeException- if the given job is null.
-
runInBackground
Lets the currentIForCountMediatorrun the given job in background.- Parameter:
job-- Gibt zurück:
- a new
IFuturefor the job execution. - Löst aus:
RuntimeException- if the given job is null.
-