Interface LookupOperation.LetBuilder
- All Known Subinterfaces:
LookupOperation.AsBuilder, LookupOperation.LocalFieldBuilder, LookupOperation.PipelineBuilder
- All Known Implementing Classes:
LookupOperation.LookupOperationBuilder
- Enclosing class:
LookupOperation
public static interface LookupOperation.LetBuilder
- Since:
- 4.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionlet(VariableOperators.Let let) Specifiesvariablesthat can be used in thepipeline stages.default LookupOperation.PipelineBuilderlet(VariableOperators.Let.ExpressionVariable... variables) Specifiesvariablesthat can be used in thepipeline stages.
-
Method Details
-
let
Specifiesvariablesthat can be used in thepipeline stages.- Parameters:
let- must not be null.- Returns:
- never null.
- See Also:
-
let
Specifiesvariablesthat can be used in thepipeline stages.- Parameters:
variables- must not be null.- Returns:
- never null.
- See Also:
-