Currency
Index
Comparator
Constructor
Type
Other
Comparator
!=
<
"Less than" operator
<=
"Less than or equal to" operator
==
"Equal to" operator
>
"Greater than" operator
>=
"Greater than or equal to" operator
clamp
Clamp value between minValue and maxValue
compare
Return a number that represents comparison
equals
Alias to '=='
max
"maximum" operator
min
"minimum" operator
Constructor
asInstance
Try to convert anyValue to enum value or else returns
Option.None
create
Construct a new model
Type
inspect
When defined, returns a custom string representation
readonlytypeName
The factory type constant
hasInstance
Return
true
if the given value is an instance of the class.
"Not equal to" operator