Verwendungen von Schnittstelle
ch.nolix.coreapi.programcontrol.future.IResultFuture
Packages, die IResultFuture verwenden
Package
Beschreibung
-
Verwendungen von IResultFuture in ch.nolix.core.programcontrol.flowcontrol
Klassen in ch.nolix.core.programcontrol.flowcontrol, die IResultFuture implementierenMethoden in ch.nolix.core.programcontrol.flowcontrol, die IResultFuture zurückgebenModifizierer und TypMethodeBeschreibungstatic <R> IResultFuture<R> FlowController.runInBackground(Supplier<R> resultJob) Runs the given result job in background.<R> IResultFuture<R> FlowControllerMediator.runInBackground(Supplier<R> resultJob) Runs the given resultJob in background. -
Verwendungen von IResultFuture in ch.nolix.coreapi.programcontrol.flowcontrol
Methoden in ch.nolix.coreapi.programcontrol.flowcontrol, die IResultFuture zurückgebenModifizierer und TypMethodeBeschreibung<R> IResultFuture<R> IFlowControllerMediator.runInBackground(Supplier<R> resultJob) Runs the given resultJob in background.