MongoDB driver for Kotlin (synchronous) • opensavvy.ktmongo.sync • MongoAggregationPipeline
MongoAggregationPipeline¶
class MongoAggregationPipeline<Output : Any> : ERROR CLASS: Symbol not found for AbstractPipeline
Functions¶
asIterable¶
open override fun asIterable(documentType: Class<Output>): MongoIterable<Output>
asIterable¶
inline fun <Document : Any> LazyMongoIterable<Document>.asIterable(): MongoIterable<Document>
embedInUnionWith¶
open override fun embedInUnionWith(writer: ERROR CLASS: Symbol not found for BsonFieldWriter): ERROR CLASS: Unresolved name: with
first¶
firstOrNull¶
inline fun <Document : Any> LazyMongoIterable<Document>.firstOrNull(): Document?
forEach¶
limit¶
open override fun limit(amount: Int): MongoAggregationPipeline<Output>
open override fun limit(amount: Long): MongoAggregationPipeline<Output>
match¶
open override fun match(filter: ERROR CLASS: Symbol not found for FilterQuery.() -> Unit): MongoAggregationPipeline<Output>
project¶
open override fun project(block: ERROR CLASS: Symbol not found for ProjectStageOperators.() -> Unit): MongoAggregationPipeline<Output>
reinterpret¶
open override fun <New : Any> reinterpret(): MongoAggregationPipeline<New>
sample¶
open override fun sample(size: Int): MongoAggregationPipeline<Output>
set¶
open override fun set(block: ERROR CLASS: Symbol not found for SetStageOperators.() -> Unit): MongoAggregationPipeline<Output>
skip¶
open override fun skip(amount: Int): MongoAggregationPipeline<Output>
open override fun skip(amount: Long): MongoAggregationPipeline<Output>
sort¶
open override fun sort(block: ERROR CLASS: Symbol not found for SortOptionDsl.() -> Unit): MongoAggregationPipeline<Output>
toList¶
toSet¶
unionWith¶
open override fun unionWith(other: ERROR CLASS: Symbol not found for HasUnionWithCompatibility): MongoAggregationPipeline<Output>
unset¶
open override fun unset(block: ERROR CLASS: Symbol not found for UnsetStageOperators.() -> Unit): MongoAggregationPipeline<Output>
withStage¶
open override fun withStage(stage: ERROR CLASS: Symbol not found for BsonNode): MongoAggregationPipeline<Output>