public static interface ExecutableAggregationOperation.TerminatingAggregation<T>
| Modifier and Type | Method and Description |
|---|---|
AggregationResults<T> |
all()
Apply pipeline operations as specified and get all matching elements.
|
CloseableIterator<T> |
stream()
Apply pipeline operations as specified and stream all matching elements.
|
AggregationResults<T> all()
CloseableIterator<T> stream()
CloseableIterator that wraps the a Mongo DB FindIterableCloseableIterator that wraps the a Mongo DB FindIterable that needs to be closed.
Never null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.