ZipperExt<ZR, ZI extends ZR, ZS extends ZR> extension

on
  • ZipperLocation<ZR, ZI, ZS>

Methods

commit() → ZR
Return the root node of this zipper, thereby "applying" any changes made.
find(ZR node) → ZipperLocation<ZR, ZI, ZS>?
Navigate to the supplied node, which is presumed to be a child in the tree of this zipper. Returns null if the node is not found.