AbstractCompoundBsonNode
abstract class AbstractCompoundBsonNode(val context: <Error class: unknown class>) : AbstractBsonNode, CompoundBsonNode(source)
Abstract utility class to help implement CompoundBsonNode.
Learn more by reading BsonNode, AbstractBsonNode and CompoundBsonNode.
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.