Liking cljdoc? Tell your friends :D

hitchhiker.tree.messaging


apply-ops-in-pathclj/s

(apply-ops-in-path path)
source

deleteclj/s

(delete tree key)
source

DeleteOpcljs

source

enqueueclj/s

(enqueue tree msgs)
(enqueue tree msgs deferred-ops)
source

forward-iteratorclj/s≠

clj
(forward-iterator path)

Takes the result of a search and returns an iterator going forward over the tree. Does lg(n) backtracking sometimes.

Takes the result of a search and returns an iterator going
forward over the tree. Does lg(n) backtracking sometimes.
cljs
(forward-iterator iter-ch path start-key)

Takes the result of a search and puts the iterated elements onto iter-ch going forward over the tree as needed. Does lg(n) backtracking sometimes.

Takes the result of a search and puts the iterated elements onto iter-ch
going forward over the tree as needed. Does lg(n) backtracking sometimes.
source (clj)source (cljs)raw docstring

general-maxclj/s

(general-max e & r)
source

insertclj/s

(insert tree key value)
source

InsertOpcljs

source

IOperationclj/s≠protocol

affects-keyclj/s

(affects-key op)

Which key this affects--currently must be a single key

Which key this affects--currently must be a single key

apply-op-to-collclj/s

(apply-op-to-coll op coll)

Applies the operation to the collection

Applies the operation to the collection

apply-op-to-treeclj/s

(apply-op-to-tree op tree)

Applies the operation to the tree. Returns go-block.

Applies the operation to the tree. Returns go-block.
source

lookupclj/s

(lookup tree key)
(lookup tree key not-found)
source

lookup-fwd-iterclj/s

(lookup-fwd-iter tree key)
source

sliceclj/s

(slice tree start-key end-key)
source

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

× close