Liking cljdoc? Tell your friends :D

com.rpl.specter.zipper


DOWNclj/s

source

find-firstclj/s

Navigate the zipper to the first element in the structure matching predfn. A linear scan is done using NEXT to find the element.

Navigate the zipper to the first element
in the structure matching predfn. A linear scan
is done using NEXT to find the element.
sourceraw docstring

INNER-LEFTclj/s

(INNER-LEFT)

Navigate to the empty subsequence directly to the left of this element.

Navigate to the empty subsequence directly to the
left of this element.
sourceraw docstring

INNER-RIGHTclj/s

(INNER-RIGHT)

Navigate to the empty subsequence directly to the right of this element.

Navigate to the empty subsequence directly to the
right of this element.
sourceraw docstring

LEFTclj/s

Navigate to the element to the left. If no element there, works like STOP.

Navigate to the element to the left.
If no element there, works like STOP.
sourceraw docstring

LEFTMOSTclj/s

source

NEXTclj/s

Navigate to the next element in the structure. If no next element, works like STOP.

Navigate to the next element in the structure.
If no next element, works like STOP.
sourceraw docstring

NEXT-WALKclj/s

Navigate to every element reachable using calls to NEXT

Navigate to every element reachable using calls
to NEXT
sourceraw docstring

NODEclj/s

(NODE)
source

NODE-SEQclj/s

(NODE-SEQ)

Navigate to the subsequence containing only the node currently pointed to. This works just like srange and can be used to remove elements from the structure

Navigate to the subsequence containing only
the node currently pointed to. This works just
like srange and can be used to remove elements
from the structure
sourceraw docstring

PREVclj/s

Navigate to the previous element. If this is the first element, works like STOP.

Navigate to the previous element.
If this is the first element, works like STOP.
sourceraw docstring

Navigate to the element to the right. If no element there, works like STOP.

Navigate to the element to the right.
If no element there, works like STOP.
sourceraw docstring

RIGHTMOSTclj/s

source

SEQ-ZIPclj/s

source

UPclj/s

source

VECTOR-ZIPclj/s

source

XML-ZIPclj/s

source

zipperclj/s

(zipper constructor)
source

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

× close