# Greater {}

- [Overview](/draft/greater/overview.md): The \`Greater\` primitive wrapper object
- [Generic type variables](/draft/greater/generic-type-variables.md): The \`Greater\` primitive wrapper object generic type variables
- [★ Constructor](/draft/greater/constructor.md): The \`Greater\` primitive wrapper object constructor
- [Accessors](/draft/greater/accessors.md): The \`Greater\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](/draft/greater/accessors/get-symbol.tostringtag.md): Changes the default tag to 'Greater' for an instance
- [Methods](/draft/greater/methods.md): The \`Greater\` primitive wrapper object methods
- [static create()](/draft/greater/methods/static-create.md): Creates the Greater instance with the given primitive value.
- [static isGreater()](/draft/greater/methods/static-isgreater.md): Checks whether the given value is the Greater instance of any or given primitive value
- [than()](/draft/greater/methods/than.md): Checks whether the primitive value of a specified object is greater than the given value
- [thanEvery()](/draft/greater/methods/thanevery.md): Checks whether the primitive value of a specified object is greater than every value of the given values
- [thanSome()](/draft/greater/methods/thansome.md): Checks whether the primitive value of a specified object is greater than some given values
- [valueOf()](/draft/greater/methods/valueof.md): Returns the primitive value of a specified object
