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 Type
    Method
    Description
    Specifies invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param let must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder'
    Specifies invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param variables must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder'
  • Method Details

    • let

      Specifies invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param let must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder'
    • let

      Specifies invalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param variables must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder'