Interface ProjectionFinalStep<T>

Type Parameters:
T - The type returned by the projection.
All Known Subinterfaces:
CompositeProjectionOptionsStep<S,T>, CompositeProjectionValueStep<N,T>, DistanceToFieldProjectionOptionsStep<S,T>, DistanceToFieldProjectionValueStep<N,T>, DocumentReferenceProjectionOptionsStep<S>, EntityProjectionOptionsStep<S,E>, EntityReferenceProjectionOptionsStep<S,R>, FieldProjectionOptionsStep<S,T>, FieldProjectionValueStep<N,T>, HighlightProjectionFinalStep, HighlightProjectionOptionsStep, IdProjectionOptionsStep<S,I>, ScoreProjectionOptionsStep<S>
All Known Implementing Classes:
StaticProjectionFinalStep

public interface ProjectionFinalStep<T>
The final step in a projection definition, where the projection can be retrieved.