The :predicate node succeeds or fail depending on its pred parameter. parameters:
The :predicate node succeeds or fail depending on its pred parameter. parameters: - :func : This context function will extract data from the tree context, before passing it to the :pred function. - :pred : (defaults to identity) This function will be passed the result of the :func call. The node will succeed if this returns a truthy value, fail otherwise. - :wait? : The node will stay in the :running state until the predicate is met.
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |