Interface AggregationStage
-
- All Known Implementing Classes:
AddFieldsStage,BucketStage,FacetStage,GroupStage,LimitStage,LookupStage,LookupWithPipelineStage,MatchStage,OrderByStage,ProjectStage,ReplaceRootStage,SkipStage,UnwindStage
public interface AggregationStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<Document>apply(java.util.stream.Stream<Document> stream)
-