Package tripleo.vendor.mal
Class types.MalInteger
java.lang.Object
tripleo.vendor.mal.types.MalVal
tripleo.vendor.mal.types.MalInteger
- Enclosing class:
- types
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull types.MalIntegeradd(@NotNull types.MalInteger other) @NotNull types.MalIntegercopy()@NotNull types.MalIntegerdivide(@NotNull types.MalInteger other) getValue()gt(@NotNull types.MalInteger other) gte(@NotNull types.MalInteger other) lt(@NotNull types.MalInteger other) lte(@NotNull types.MalInteger other) @NotNull types.MalIntegermultiply(@NotNull types.MalInteger other) @NotNull types.MalIntegersubtract(@NotNull types.MalInteger other) @NotNull StringtoString()Methods inherited from class tripleo.vendor.mal.types.MalVal
getMeta, list_Q, setMeta, toString
-
Constructor Details
-
MalInteger
-
-
Method Details
-
copy
- Specified by:
copyin classtypes.MalVal- Throws:
types.MalThrowable
-
toString
-
add
-
getValue
-
subtract
-
multiply
-
divide
-
lt
-
lte
-
gt
-
gte
-