HierarchyNodeKt

public final class HierarchyNodeKt

Functions

Link copied to clipboard
public final static HierarchyNode<T> lookup<T extends Any>(HierarchyNode<T> $self, T nodeId)

Search the hierarchy for the node with the given nodeId.

public final static HierarchyNode<T> lookup<T extends Any>(Sequence<HierarchyNode<T>> $self, T nodeId)

Recursively search a list of hierarchy nodes for the node with the given nodeId.