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
open override fun asIterable(documentType: Class<Output>): MongoIterable<Output>
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
inline fun <Document : Any> LazyMongoIterable<Document>.forEach(noinline action: (Document) -> Unit)
Link copied to clipboard
open override fun limit(amount: Int): MongoAggregationPipeline<Output>
open override fun limit(amount: Long): MongoAggregationPipeline<Output>
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
open override fun <New : Any> reinterpret(): MongoAggregationPipeline<New>
Link copied to clipboard
open override fun sample(size: Int): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun set(block: ERROR CLASS: Symbol not found for SetStageOperators<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun skip(amount: Int): MongoAggregationPipeline<Output>
open override fun skip(amount: Long): MongoAggregationPipeline<Output>
Link copied to clipboard
open override fun sort(block: ERROR CLASS: Symbol not found for SortOptionDsl<Output>.() -> Unit): MongoAggregationPipeline<Output>
Link copied to clipboard
Link copied to clipboard
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>