Uses of Class
de.xima.fc.stage.LocalVariables.L9
Packages that use LocalVariables.L9
-
Uses of LocalVariables.L9 in de.xima.fc.stage
Methods in de.xima.fc.stage that return LocalVariables.L9Modifier and TypeMethodDescriptionLocalVariables.L8.next
(X9 x9) LocalVariables.L9.x1
(X1 x1) Replaces the first variable with the given value.LocalVariables.L9.x2
(X2 x2) Replaces the second variable with the given value.LocalVariables.L9.x3
(X3 x3) Replaces the third variable with the given value.LocalVariables.L9.x4
(X4 x4) Replaces the fourth variable with the given value.LocalVariables.L9.x5
(X5 x5) Replaces the fifth variable with the given value.LocalVariables.L9.x6
(X6 x6) Replaces the sixth variable with the given value.LocalVariables.L9.x7
(X7 x7) Replaces the seventh variable with the given value.LocalVariables.L9.x8
(X8 x8) Replaces the eighth variable with the given value.LocalVariables.L9.x9
(X9 x9) Replaces the ninth variable with the given value.Methods in de.xima.fc.stage that return types with arguments of type LocalVariables.L9Modifier and TypeMethodDescription<X9,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L8.nextChain
(StageChain<X9, R> x9) <X9> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L8.nextStage
(CompletionStage<X9> x9) <X1,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x1Chain
(StageChain<X1, R> x1) Replaces the first variable with the given value.<X1> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x1Stage
(CompletionStage<X1> x1) Replaces the first variable with the given value.<X2,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x2Chain
(StageChain<X2, R> x2) Replaces the second variable with the given value.<X2> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x2Stage
(CompletionStage<X2> x2) Replaces the second variable with the given value.<X3,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x3Chain
(StageChain<X3, R> x3) Replaces the third variable with the given value.<X3> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x3Stage
(CompletionStage<X3> x3) Replaces the third variable with the given value.<X4,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x4Chain
(StageChain<X4, R> x4) Replaces the fourth variable with the given value.<X4> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x4Stage
(CompletionStage<X4> x4) Replaces the fourth variable with the given value.<X5,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x5Chain
(StageChain<X5, R> x5) Replaces the fifth variable with the given value.<X5> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x5Stage
(CompletionStage<X5> x5) Replaces the fifth variable with the given value.<X6,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x6Chain
(StageChain<X6, R> x6) Replaces the sixth variable with the given value.<X6> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x6Stage
(CompletionStage<X6> x6) Replaces the sixth variable with the given value.<X7,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x7Chain
(StageChain<X7, R> x7) Replaces the seventh variable with the given value.<X7> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x7Stage
(CompletionStage<X7> x7) Replaces the seventh variable with the given value.<X8,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x8Chain
(StageChain<X8, R> x8) Replaces the eighth variable with the given value.<X8> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x8Stage
(CompletionStage<X8> x8) Replaces the eighth variable with the given value.<X9,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> LocalVariables.L9.x9Chain
(StageChain<X9, R> x9) Replaces the ninth variable with the given value.<X9> CompletionStage<LocalVariables.L9<X1,
X2, X3, X4, X5, X6, X7, X8, X9>> LocalVariables.L9.x9Stage
(CompletionStage<X9> x9) Replaces the ninth variable with the given value.