Methods
The `Less` primitive wrapper object accessors methods
Last updated
The `Less` primitive wrapper object accessors methods
Last updated
public static : Less<Value> Creates the instance with the given primitive . |
public static : value is Less<Value> Checks whether the given is the instance of any or given primitive . |
public : boolean Checks whether the of a specified is less than the given . |
public : boolean Checks whether the of a specified is less than every value of the given . |
public : boolean Checks whether the of a specified is less than some given . |
public : Value Returns the of a specified . |