Uses of Interface
com.almworks.jira.structure.api.forest.raw.ForestIterationControl
Packages that use ForestIterationControl
-
Uses of ForestIterationControl in com.almworks.jira.structure.api.forest.raw
Subinterfaces of ForestIterationControl in com.almworks.jira.structure.api.forest.rawModifier and TypeInterfaceDescriptioninterfaceLets an iteratee underForest.scanDownwards(com.almworks.jira.structure.api.forest.raw.ForestScanner)control the iteration and receive additional information about the current position.Methods in com.almworks.jira.structure.api.forest.raw with parameters of type ForestIterationControlModifier and TypeMethodDescriptionForestParentChildrenClosure.combine(ForestIterationControl fold, T value, C carry) Used to combine values returned by {#visitRow} calls to every sub-row of a single parent.ForestParentChildrenListClosure.combine(ForestIterationControl fold, T value, List<T> carry) ForestParentChildrenClosure.visitRow(ForestIterationControl fold, long row, LongList children, C carry) Process an row using information about children.