Liking cljdoc? Tell your friends :D

pallet.node-value

A node value is a value that is retrieved from a node and can only be deref'd when after the value as been provided by an action.

The action may not be executed on the same pallet machine as the phase, so the actual value is in the session map, and the node-value contains a key into the session map's :node-values key.

A node value is a value that is retrieved from a node and can only be deref'd
when after the value as been provided by an action.

The action may not be executed on the same pallet machine as the phase, so
the actual value is in the session map, and the node-value contains a key
into the session map's :node-values key.
raw docstring

assign-node-valueclj

(assign-node-value nv v)
source

get-node-valueclj

(get-node-value nv)
source

invalid-accessclj

(invalid-access s)

Throw an exception on access other than deref

Throw an exception on access other than deref
sourceraw docstring

make-node-valueclj

(make-node-value path)

Create an empty node-value

Create an empty node-value
sourceraw docstring

node-value-symbolclj

(node-value-symbol)

Return a node value symbol

Return a node value symbol
sourceraw docstring

node-value?clj

(node-value? v)
source

NodeValueAccessorcljprotocol

A protocol used to read node-values

A protocol used to read node-values

node-valueclj

(node-value _ session)
sourceraw docstring

set-node-valueclj

(set-node-value session v)
(set-node-value session v node-value-path)
source

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

× close