Liking cljdoc? Tell your friends :D

lazytest.focus


filter-focusedclj

(filter-focused {:keys [include? exclude?]} s)

If any items in sequence s are focused, return them, with focus metadata added to the sequence; else return s unchanged.

If any items in sequence s are focused, return them, with focus
metadata added to the sequence; else return s unchanged.
sourceraw docstring

filter-treeclj

(filter-tree config s)

If any item or sequence in the tree rooted at s has focus metadata set to true, returns just the focused items while preserving their position in the tree. Otherwise returns s unchanged.

If any item or sequence in the tree rooted at s has focus metadata
set to true, returns just the focused items while preserving their
position in the tree. Otherwise returns s unchanged.
sourceraw docstring

filter-tree-implclj

(filter-tree-impl focus-fns s)
source

focus-fnsclj

(focus-fns config)

Returns map of {:include include-fn :exclude exclude-fn}.

Returns map of {:include include-fn :exclude exclude-fn}.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close