Uses of Interface
com.almworks.jira.structure.api.attribute.loader.reduce.ValueReducer
Packages that use ValueReducer
Package
Description
-
Uses of ValueReducer in com.almworks.jira.structure.api.attribute.loader.basic
Classes in com.almworks.jira.structure.api.attribute.loader.basic that implement ValueReducer -
Uses of ValueReducer in com.almworks.jira.structure.api.attribute.loader.reduce
Classes in com.almworks.jira.structure.api.attribute.loader.reduce that implement ValueReducerModifier and TypeClassDescriptionclassA base class for aggregate loaders that calculate values using only the specified part of subtree.classMethods in com.almworks.jira.structure.api.attribute.loader.reduce with parameters of type ValueReducerModifier and TypeMethodDescriptionReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier, List<AttributeValue<T>> children, ValueReducer<T> reducer) Reduce value of the current node and children values to the single value using the specifiedValueReducer.ReductionStrategy.ChildrenReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier, List<AttributeValue<T>> children, ValueReducer<T> reducer) ReductionStrategy.LeavesReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier, List<AttributeValue<T>> children, ValueReducer<T> reducer) ReductionStrategy.StrictReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier, List<AttributeValue<T>> children, ValueReducer<T> reducer) ReductionStrategy.SubtreeReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier, List<AttributeValue<T>> children, ValueReducer<T> reducer)