Uses of Class
de.xima.fc.stage.LocalVariables.L3
Packages that use LocalVariables.L3
-
Uses of LocalVariables.L3 in de.xima.fc.stage
Methods in de.xima.fc.stage that return LocalVariables.L3Modifier and TypeMethodDescription<X3> LocalVariables.L3<X1,
X2, X3> LocalVariables.L2.next
(X3 x3) <X1> LocalVariables.L3<X1,
X2, X3> LocalVariables.L3.x1
(X1 x1) Replaces the first variable with the given value.<X2> LocalVariables.L3<X1,
X2, X3> LocalVariables.L3.x2
(X2 x2) Replaces the second variable with the given value.<X3> LocalVariables.L3<X1,
X2, X3> LocalVariables.L3.x3
(X3 x3) Replaces the third variable with the given value.Methods in de.xima.fc.stage that return types with arguments of type LocalVariables.L3Modifier and TypeMethodDescription<X3,
R> StageChain<LocalVariables.L3<X1, X2, X3>, R> LocalVariables.L2.nextChain
(StageChain<X3, R> x3) <X3> CompletionStage<LocalVariables.L3<X1,
X2, X3>> LocalVariables.L2.nextStage
(CompletionStage<X3> x3) <X1,
R> StageChain<LocalVariables.L3<X1, X2, X3>, R> LocalVariables.L3.x1Chain
(StageChain<X1, R> x1) Replaces the first variable with the given value.<X1> CompletionStage<LocalVariables.L3<X1,
X2, X3>> LocalVariables.L3.x1Stage
(CompletionStage<X1> x1) Replaces the first variable with the given value.<X2,
R> StageChain<LocalVariables.L3<X1, X2, X3>, R> LocalVariables.L3.x2Chain
(StageChain<X2, R> x2) Replaces the second variable with the given value.<X2> CompletionStage<LocalVariables.L3<X1,
X2, X3>> LocalVariables.L3.x2Stage
(CompletionStage<X2> x2) Replaces the second variable with the given value.<X3,
R> StageChain<LocalVariables.L3<X1, X2, X3>, R> LocalVariables.L3.x3Chain
(StageChain<X3, R> x3) Replaces the third variable with the given value.<X3> CompletionStage<LocalVariables.L3<X1,
X2, X3>> LocalVariables.L3.x3Stage
(CompletionStage<X3> x3) Replaces the third variable with the given value.