Liking cljdoc? Tell your friends :D
All platforms.

hitchhiker.tree.op

An operation is an object with a few functions

  1. It has a function that it applies to the tree to apply its effect In the future, it could also have
  2. It has a promise which can be filled with the end result (more memory but faster results for repeat queries)
An operation is an object with a few functions
1. It has a function that it applies to the tree to apply its effect
In the future, it could also have
2. It has a promise which can be filled with the end result
   (more memory but faster results for repeat queries)
raw docstring

IOperationclj/sprotocol

-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

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

× close