MongoAggregationPipeline
class MongoAggregationPipeline<Output : Any> : <ERROR CLASS> ERROR CLASS: Symbol not found for AbstractPipeline<Output>, <ERROR CLASS> ERROR CLASS: Symbol not found for AggregationPipeline<Output>, LazyMongoIterable<Output> (source)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun embedInUnionWith(writer: ERROR CLASS: Symbol not found for BsonFieldWriter): ERROR CLASS: Unresolved name: with
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun match(filter: ERROR CLASS: Symbol not found for FilterQuery<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun project(block: ERROR CLASS: Symbol not found for ProjectStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun set(block: ERROR CLASS: Symbol not found for SetStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard
open override fun sort(block: ERROR CLASS: Symbol not found for SortOptionDsl<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun unionWith(other: ERROR CLASS: Symbol not found for HasUnionWithCompatibility<Output>): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun unset(block: ERROR CLASS: Symbol not found for UnsetStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun withStage(stage: ERROR CLASS: Symbol not found for BsonNode): MongoAggregationPipeline<Output>