(bind this binds)
Make new Erlang term replacing variables with the respective values from bindings argument(s).
Make new Erlang term replacing variables with the respective values from bindings argument(s).
(decode this buff)
Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.
Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.
(encode this buff)
Convert the object according to the rules of the Erlang external format.
Convert the object according to the rules of the Erlang external format.
(equal? this other-erl-obj)
Determine if two Erlang objects are equal.
Determine if two Erlang objects are equal.
(get-uint-value this)
Get this number as a non-negative int.
Get this number as a non-negative int.
(get-char-value this)
Get this number as a char.
Get this number as a char.
(get-byte-value this)
Get this number as a byte.
Get this number as a byte.
(get-bit-length this)
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a sign bit.
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a sign bit.
(get-signum this)
Return the signum function of this object.
Return the signum function of this object.
(get-short-value this)
Get this number as a short.
Get this number as a short.
(get-int-value this)
Get this number as an int.
Get this number as an int.
(get-bigint-value this)
Get this number as a BigInteger.
Get this number as a BigInteger.
(ulong? this)
Determine if this value can be represented as an unsigned long without truncation, that is if the value is non-negative and its bit pattern completely fits in a long.
Determine if this value can be represented as an unsigned long without truncation, that is if the value is non-negative and its bit pattern completely fits in a long.
(get-long-value this)
Get this number as a long, or rather truncate all but the least significant 64 bits from the 2's complement representation of this number and return them as a long.
Get this number as a long, or rather truncate all but the least significant 64 bits from the 2's complement representation of this number and return them as a long.
(long? this)
Determine if this value can be represented as a long without truncation.
Determine if this value can be represented as a long without truncation.
(get-ushort-value this)
Get this number as a non-negative short.
Get this number as a non-negative short.
(match this term binds)
Perform match operation against given term.
Perform match operation against given term.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close