Overview
The `Inequality` primitive wrapper object
Inequality {}
Inequality {}
The Inequality
abstract primitive wrapper object represents the primitive value greater or less than the given.
Accessors
public get greater(): Greater<Value>
The |
public get less(): Less<Value>
The |
Properties
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