AttributeValue<T> |
ReductionStrategy.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 specified ValueReducer .
|
AttributeValue<T> |
ReductionStrategy.ChildrenReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier,
List<AttributeValue<T>> children,
ValueReducer<T> reducer) |
AttributeValue<T> |
ReductionStrategy.LeavesReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier,
List<AttributeValue<T>> children,
ValueReducer<T> reducer) |
AttributeValue<T> |
ReductionStrategy.StrictReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier,
List<AttributeValue<T>> children,
ValueReducer<T> reducer) |
AttributeValue<T> |
ReductionStrategy.SubtreeReductionStrategy.apply(Supplier<AttributeValue<T>> selfSupplier,
List<AttributeValue<T>> children,
ValueReducer<T> reducer) |