Uses of Interface
ch.nolix.baseapi.programcontrol.future.IResultFuture
Packages that use IResultFuture
Package
Description
-
Uses of IResultFuture in ch.nolix.base.programcontrol.flowcontrol
Classes in ch.nolix.base.programcontrol.flowcontrol that implement IResultFutureMethods in ch.nolix.base.programcontrol.flowcontrol that return IResultFutureModifier and TypeMethodDescriptionstatic <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. -
Uses of IResultFuture in ch.nolix.baseapi.programcontrol.flowcontrol
Methods in ch.nolix.baseapi.programcontrol.flowcontrol that return IResultFutureModifier and TypeMethodDescription<R> IResultFuture<R> IFlowControllerMediator.runInBackground(Supplier<R> resultJob) Runs the given resultJob in background.