Methods

The `Inequality` primitive wrapper object methods

public greaterThan(): boolean Checks whether the primitive value of a child class instance is greater than the given value.

public greaterThanEvery(): boolean Checks whether the primitive value of a child class instance is greater than every value of the given values.

public greaterThanSome(): boolean Checks whether the primitive value of a child class instance is greater than some given values.

public lessThan(): boolean Checks whether the primitive value of a child class instance is less than the given value.

public lessThanEvery(): boolean Checks whether the primitive value of a child class instance is less than every value of the given values.

public lessThanSome(): boolean Checks whether the primitive value of a child class instance is less than some given values.

Last updated