Uses of Class
graphql.util.NodeMultiZipper
Packages that use NodeMultiZipper
-
Uses of NodeMultiZipper in graphql.util
Methods in graphql.util that return NodeMultiZipperModifier and TypeMethodDescriptionstatic <T> NodeMultiZipper
<T> NodeMultiZipper.newNodeMultiZipperTrusted
(T commonRoot, List<NodeZipper<T>> zippers, NodeAdapter<T> nodeAdapter) NodeMultiZipper.withNewZipper
(NodeZipper<T> newZipper) NodeMultiZipper.withReplacedZipper
(NodeZipper<T> oldZipper, NodeZipper<T> newZipper) NodeMultiZipper.withReplacedZipperForNode
(T currentNode, T newNode) NodeMultiZipper.withReplacedZippers
(List<NodeZipper<T>> zippers)