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 |
public greaterThanEvery(): boolean
Checks whether the primitive value of a child class instance is greater than every value of the given |
public greaterThanSome(): boolean
Checks whether the primitive value of a child class instance is greater than some given |
public lessThan(): boolean
Checks whether the primitive value of a child class instance is less than the given |
public lessThanEvery(): boolean
Checks whether the primitive value of a child class instance is less than every value of the given |
public lessThanSome(): boolean
Checks whether the primitive value of a child class instance is less than some given |
Last updated