public class ProjectStage extends java.lang.Object implements AggregationStage
| Constructor and Description |
|---|
ProjectStage(Document projection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Document> |
apply(java.util.stream.Stream<Document> stream) |
public ProjectStage(Document projection)
public java.util.stream.Stream<Document> apply(java.util.stream.Stream<Document> stream)
apply in interface AggregationStage