AbstractValue
Utility implementation of Value, which handles the context, toString representation and freezing.
Implementing a new operator
Implementing class is identical in concept to implementing AbstractBsonNode. The main difference is the writer is a BsonValueWriter instead of a BsonFieldWriter.
Properties
Functions
Link copied to clipboard
Returns a simplified (but equivalent) value to the current value.
Link copied to clipboard
Writes the result of simplifying this value into writer.