Package de.xima.fc.stage
Class LocalVariables.L9<X1,X2,X3,X4,X5,X6,X7,X8,X9>
java.lang.Object
de.xima.fc.stage.LocalVariables.L9<X1,X2,X3,X4,X5,X6,X7,X8,X9>
- Type Parameters:
X1
- The first local variableX2
- The second local variableX3
- The third local variableX4
- The fourth local variableX5
- The fifth local variableX6
- The sixth local variableX7
- seventh local variableX8
- The eighth local variableX9
- The ninth local variable
- Enclosing class:
- LocalVariables
A set of nine local variables.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal X1
The first local variablefinal X2
The second local variablefinal X3
The third local variablefinal X4
The fourth local variablefinal X5
The fifth local variablefinal X6
The sixth local variablefinal X7
The seventh local variablefinal X8
The eighth local variablefinal X9
The ninth local variable -
Method Summary
Modifier and TypeMethodDescriptionx1
(X1 x1) Replaces the first variable with the given value.<X1,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x1Stage
(CompletionStage<X1> x1) Replaces the first variable with the given value.x2
(X2 x2) Replaces the second variable with the given value.<X2,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x2Stage
(CompletionStage<X2> x2) Replaces the second variable with the given value.x3
(X3 x3) Replaces the third variable with the given value.<X3,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x3Stage
(CompletionStage<X3> x3) Replaces the third variable with the given value.x4
(X4 x4) Replaces the fourth variable with the given value.<X4,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x4Stage
(CompletionStage<X4> x4) Replaces the fourth variable with the given value.x5
(X5 x5) Replaces the fifth variable with the given value.<X5,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x5Stage
(CompletionStage<X5> x5) Replaces the fifth variable with the given value.x6
(X6 x6) Replaces the sixth variable with the given value.<X6,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x6Stage
(CompletionStage<X6> x6) Replaces the sixth variable with the given value.x7
(X7 x7) Replaces the seventh variable with the given value.<X7,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x7Stage
(CompletionStage<X7> x7) Replaces the seventh variable with the given value.x8
(X8 x8) Replaces the eighth variable with the given value.<X8,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x8Stage
(CompletionStage<X8> x8) Replaces the eighth variable with the given value.x9
(X9 x9) Replaces the ninth variable with the given value.<X9,
R> StageChain<LocalVariables.L9<X1, X2, X3, X4, X5, X6, X7, X8, X9>, R> 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>> x9Stage
(CompletionStage<X9> x9) Replaces the ninth variable with the given value.
-
Field Details
-
x1
The first local variable -
x2
The second local variable -
x3
The third local variable -
x4
The fourth local variable -
x5
The fifth local variable -
x6
The sixth local variable -
x7
The seventh local variable -
x8
The eighth local variable -
x9
The ninth local variable
-
-
Method Details
-
x1
Replaces the first variable with the given value.- Type Parameters:
X1
- Type of the new value for the first variable.- Parameters:
x1
- New value for the first variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x1Chain
public <X1,R> StageChain<LocalVariables.L9<X1,X2, x1ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X1, R> x1) Replaces the first variable with the given value.- Type Parameters:
X1
- Type of the new value for the first variable.- Parameters:
x1
- New value for the first variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x1Stage
public <X1> CompletionStage<LocalVariables.L9<X1,X2, x1StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X1> x1) Replaces the first variable with the given value.- Type Parameters:
X1
- Type of the new value for the first variable.- Parameters:
x1
- New value for the first variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x2
Replaces the second variable with the given value.- Type Parameters:
X2
- Type of the new value for the second variable.- Parameters:
x2
- New value for the second variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x2Chain
public <X2,R> StageChain<LocalVariables.L9<X1,X2, x2ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X2, R> x2) Replaces the second variable with the given value.- Type Parameters:
X2
- Type of the new value for the second variable.- Parameters:
x2
- New value for the second variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x2Stage
public <X2> CompletionStage<LocalVariables.L9<X1,X2, x2StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X2> x2) Replaces the second variable with the given value.- Type Parameters:
X2
- Type of the new value for the second variable.- Parameters:
x2
- New value for the second variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x3
Replaces the third variable with the given value.- Type Parameters:
X3
- Type of the new value for the third variable.- Parameters:
x3
- New value for the third variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x3Chain
public <X3,R> StageChain<LocalVariables.L9<X1,X2, x3ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X3, R> x3) Replaces the third variable with the given value.- Type Parameters:
X3
- Type of the new value for the third variable.- Parameters:
x3
- New value for the third variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x3Stage
public <X3> CompletionStage<LocalVariables.L9<X1,X2, x3StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X3> x3) Replaces the third variable with the given value.- Type Parameters:
X3
- Type of the new value for the third variable.- Parameters:
x3
- New value for the third variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x4
Replaces the fourth variable with the given value.- Type Parameters:
X4
- Type of the new value for the fourth variable.- Parameters:
x4
- New value for the fourth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x4Chain
public <X4,R> StageChain<LocalVariables.L9<X1,X2, x4ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X4, R> x4) Replaces the fourth variable with the given value.- Type Parameters:
X4
- Type of the new value for the fourth variable.- Parameters:
x4
- New value for the fourth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x4Stage
public <X4> CompletionStage<LocalVariables.L9<X1,X2, x4StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X4> x4) Replaces the fourth variable with the given value.- Type Parameters:
X4
- Type of the new value for the fourth variable.- Parameters:
x4
- New value for the fourth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x5
Replaces the fifth variable with the given value.- Type Parameters:
X5
- Type of the new value for the fifth variable.- Parameters:
x5
- New value for the fifth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x5Chain
public <X5,R> StageChain<LocalVariables.L9<X1,X2, x5ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X5, R> x5) Replaces the fifth variable with the given value.- Type Parameters:
X5
- Type of the new value for the fifth variable.- Parameters:
x5
- New value for the fifth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x5Stage
public <X5> CompletionStage<LocalVariables.L9<X1,X2, x5StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X5> x5) Replaces the fifth variable with the given value.- Type Parameters:
X5
- Type of the new value for the fifth variable.- Parameters:
x5
- New value for the fifth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x6
Replaces the sixth variable with the given value.- Type Parameters:
X6
- Type of the new value for the sixth variable.- Parameters:
x6
- New value for the sixth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x6Chain
public <X6,R> StageChain<LocalVariables.L9<X1,X2, x6ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X6, R> x6) Replaces the sixth variable with the given value.- Type Parameters:
X6
- Type of the new value for the sixth variable.- Parameters:
x6
- New value for the sixth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x6Stage
public <X6> CompletionStage<LocalVariables.L9<X1,X2, x6StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X6> x6) Replaces the sixth variable with the given value.- Type Parameters:
X6
- Type of the new value for the sixth variable.- Parameters:
x6
- New value for the sixth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x7
Replaces the seventh variable with the given value.- Type Parameters:
X7
- Type of the new value for the seventh variable.- Parameters:
x7
- New value for the seventh variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x7Chain
public <X7,R> StageChain<LocalVariables.L9<X1,X2, x7ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X7, R> x7) Replaces the seventh variable with the given value.- Type Parameters:
X7
- Type of the new value for the seventh variable.- Parameters:
x7
- New value for the seventh variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x7Stage
public <X7> CompletionStage<LocalVariables.L9<X1,X2, x7StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X7> x7) Replaces the seventh variable with the given value.- Type Parameters:
X7
- Type of the new value for the seventh variable.- Parameters:
x7
- New value for the seventh variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x8
Replaces the eighth variable with the given value.- Type Parameters:
X8
- Type of the new value for the eighth variable.- Parameters:
x8
- New value for the eighth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x8Chain
public <X8,R> StageChain<LocalVariables.L9<X1,X2, x8ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X8, R> x8) Replaces the eighth variable with the given value.- Type Parameters:
X8
- Type of the new value for the eighth variable.- Parameters:
x8
- New value for the eighth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x8Stage
public <X8> CompletionStage<LocalVariables.L9<X1,X2, x8StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X8> x8) Replaces the eighth variable with the given value.- Type Parameters:
X8
- Type of the new value for the eighth variable.- Parameters:
x8
- New value for the eighth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x9
Replaces the ninth variable with the given value.- Type Parameters:
X9
- Type of the new value for the ninth variable.- Parameters:
x9
- New value for the ninth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x9Chain
public <X9,R> StageChain<LocalVariables.L9<X1,X2, x9ChainX3, X4, X5, X6, X7, X8, X9>, R> (StageChain<X9, R> x9) Replaces the ninth variable with the given value.- Type Parameters:
X9
- Type of the new value for the ninth variable.- Parameters:
x9
- New value for the ninth variable.- Returns:
- A new set of local variables with the given variable replaced.
-
x9Stage
public <X9> CompletionStage<LocalVariables.L9<X1,X2, x9StageX3, X4, X5, X6, X7, X8, X9>> (CompletionStage<X9> x9) Replaces the ninth variable with the given value.- Type Parameters:
X9
- Type of the new value for the ninth variable.- Parameters:
x9
- New value for the ninth variable.- Returns:
- A new set of local variables with the given variable replaced.
-