Liking cljdoc? Tell your friends :D

jiface.erlang.int


->strclj

(->str this)

Convert to a string.

Convert to a string.
sourceraw docstring

behaviourclj

source

bindclj

(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).
sourceraw docstring

cloneclj

(clone this)

Clone the Erlang object.

Clone the Erlang object.
sourceraw docstring

decodeclj

(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.
sourceraw docstring

encodeclj

(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.
sourceraw docstring

equal?clj

(equal? this other-erl-obj)

Determine if two Erlang objects are equal.

Determine if two Erlang objects are equal.
sourceraw docstring

ErlangIntcljprotocol

get-uint-valueclj

(get-uint-value this)

Get this number as a non-negative int.

Get this number as a non-negative int.

get-char-valueclj

(get-char-value this)

Get this number as a char.

Get this number as a char.

get-byte-valueclj

(get-byte-value this)

Get this number as a byte.

Get this number as a byte.

get-bit-lengthclj

(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-signumclj

(get-signum this)

Return the signum function of this object.

Return the signum function of this object.

get-short-valueclj

(get-short-value this)

Get this number as a short.

Get this number as a short.

get-int-valueclj

(get-int-value this)

Get this number as an int.

Get this number as an int.

get-bigint-valueclj

(get-bigint-value this)

Get this number as a BigInteger.

Get this number as a BigInteger.

ulong?clj

(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-valueclj

(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?clj

(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-valueclj

(get-ushort-value this)

Get this number as a non-negative short.

Get this number as a non-negative short.
source

hashclj

(hash this)

Get the object hash code.

Get the object hash code.
sourceraw docstring

matchclj

(match this term binds)

Perform match operation against given term.

Perform match operation against given term.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close