Uses of Class
de.xima.fc.stage.LocalVariables
-
Packages that use LocalVariables Package Description de.xima.fc.stage -
-
Uses of LocalVariables in de.xima.fc.stage
Methods in de.xima.fc.stage that return LocalVariables Modifier and Type Method Description static LocalVariables
LocalVariables. empty()
Methods in de.xima.fc.stage that return types with arguments of type LocalVariables Modifier and Type Method Description <R> StageChain<LocalVariables,R>
IStageChainFactory. begin()
static <R> StageChain<LocalVariables,R>
StageChain. begin(Executor defaultAsyncExecutor)
Starts a new chain with an empty set ofLocalVariables
.static CompletableFuture<LocalVariables>
LocalVariables. emptyStage()
-