Liking cljdoc? Tell your friends :D

jiface.erlang.object


behaviourclj

source

ErlangObjectcljprotocol

->strclj

(->str this)

Convert to a string.

Convert to a string.

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).

cloneclj

(clone this)

Clone the Erlang object.

Clone the Erlang object.

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.

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.

equal?clj

(equal? this other-erl-obj)

Determine if two Erlang objects are equal.

Determine if two Erlang objects are equal.

hashclj

(hash this)

Get the object hash code.

Get the object hash code.

matchclj

(match this term binds)

Perform match operation against given term.

Perform match operation against given term.
source

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

× close