AbstractCompoundOption
abstract class AbstractCompoundOption(val name: String, content: BsonNode, val context: <Error class: unknown class>) : AbstractOption(source)
Utility to easily implement options that contain a document as content.
Inheritors
Properties
Functions
Link copied to clipboard
Returns a simplified (but equivalent) expression to the current expression.
Link copied to clipboard
Writes the result of simplifying to a new Bson.
Link copied to clipboard
Writes the result of simplifying this expression into writer.