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