Liking cljdoc? Tell your friends :D

com.rpl.specter.navs


AddExtremescljprotocol

append-allclj

(append-all structure elements)

append-oneclj

(append-one structure elem)

prepend-allclj

(prepend-all structure elements)

prepend-oneclj

(prepend-one structure elem)
source

all-selectclj

(all-select structure next-fn)
source

AllTransformProtocolcljprotocol

all-transformclj

(all-transform structure next-fn)
source

extract-basic-filter-fnclj

(extract-basic-filter-fn path)
source

FastEmptycljprotocol

fast-empty?clj

(fast-empty? s)
source

GetExtremescljprotocol

get-firstclj

(get-first s)

get-lastclj

(get-last s)
source

if-selectclj

(if-select vals structure next-fn then-tester then-nav else-nav)
source

if-transformclj

(if-transform vals structure next-fn then-tester then-nav else-nav)
source

invoke-end-fnclj

(invoke-end-fn end-fn structure start)
source

keypath*clj

Navigates to the specified key, navigating to nil if it does not exist. Setting the value to NONE will remove it from the collection.

Navigates to the specified key, navigating to nil if it does not exist.
Setting the value to NONE will remove it from the collection.
sourceraw docstring

map-keys-non-transient-transformclj

(map-keys-non-transient-transform structure empty-map next-fn)
source

map-vals-non-transient-transformclj

(map-vals-non-transient-transform structure empty-map next-fn)
source

MapTransformProtocolcljprotocol

map-keys-transformclj

(map-keys-transform structure next-fn)

map-vals-transformclj

(map-vals-transform structure next-fn)
source

must*clj

Navigates to the key only if it exists in the map. Setting the value to NONE will remove it from the collection.

Navigates to the key only if it exists in the map. Setting the value to NONE
will remove it from the collection.
sourceraw docstring

not-NONE?clj

(not-NONE? v)
source

not-selected?*clj

(not-selected?* compiled-path vals structure)
source

nthpath*clj

source

PosNavigatorclj

source

queue?clj

(queue? coll)
source

selected?*clj

(selected?* compiled-path vals structure)
source

srange-selectclj

(srange-select structure start end next-fn)
source

srange-transformclj

source

transient-vec-countclj

(transient-vec-count v)
source

UpdateExtremescljprotocol

update-firstclj

(update-first s afn)

update-lastclj

(update-last s afn)
source

vec-countclj

(vec-count v)
source

void-transformed-kv-pair?clj

(void-transformed-kv-pair? newkv)
source

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

× close