toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.core
/
CustomAggregationOperation
Custom
Aggregation
Operation
class
CustomAggregationOperation
(
operation
:
Document
)
:
AggregationOperation
Members
Constructors
Custom
Aggregation
Operation
Link copied to clipboard
constructor
(
operation
:
Document
)
Functions
get
Document
Link copied to clipboard
fun
getDocument
(
)
:
Document
get
Operator
Link copied to clipboard
open
override
fun
getOperator
(
)
:
String
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
context
:
AggregationOperationContext
)
:
Document
to
Pipeline
Stages
Link copied to clipboard
open
fun
toPipelineStages
(
context
:
AggregationOperationContext
)
:
MutableList
<
Document
>