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