MongoAggregationPipeline
class MongoAggregationPipeline<Output : Any> : AbstractPipeline<Output> , AggregationPipeline<Output> , LazyMongoIterable<Output> (source)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun project(block: ProjectStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun set(block: SetStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun unionWith(other: HasUnionWithCompatibility<Output>): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun unset(block: UnsetStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard