Methods

The `Maximum` primitive wrapper object methods

public static create(): Maximum<Value> Creates the Maximum instance with the given primitive value.

public static isMaximum(): boolean Checks whether the value of any type is the Maximum instance of any or the given primitive value.

public valueOf(): Value Returns the primitive value of a specified Maximum object.

Last updated