<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.
|