Uses of Interface
com.almworks.jira.structure.api.forest.raw.ForestParentChildrenClosure
Packages that use ForestParentChildrenClosure
-
Uses of ForestParentChildrenClosure in com.almworks.jira.structure.api.forest.raw
Classes in com.almworks.jira.structure.api.forest.raw that implement ForestParentChildrenClosureModifier and TypeClassDescriptionclassThis is a utility implementation ofForestParentChildrenClosurethat collects the results of processing sub-rows into a list.Methods in com.almworks.jira.structure.api.forest.raw with parameters of type ForestParentChildrenClosureModifier and TypeMethodDescription<T,C> C ArrayForest.foldUpwards(ForestParentChildrenClosure<T, C> closure) <T,C> C Forest.foldUpwards(ForestParentChildrenClosure<T, C> closure) This is a more generic version ofForest.visitParentChildrenUpwards(com.almworks.jira.structure.api.forest.raw.ForestParentChildrenVisitor)that allows you to effectively process the forest bottom-up, probably saving on memory allocation and search speed.