public static final class Accumulator.MinAccumulator extends Accumulator
Accumulator.MaxAccumulator, Accumulator.MinAccumulator, Accumulator.SeqAccumulator, Accumulator.SumAccumulator, Accumulator.Type_tree| Modifier and Type | Method and Description |
|---|---|
void |
minimum(long min)
Modify the Accumulator so that its value is no less than the supplied
value.
|
getLiveValue, getSnapshotValue, toStringpublic void minimum(long min)
Modify the Accumulator so that its value is no less than the supplied
value. The contribution is immediately accumulated into the live
value, and it is also posted with a Delta instance to
the supplied Transaction. This method may be called only
within the scope of an active Transaction.
min - The candidate minimum valueCopyright © 2025 Open Identity Platform Community. All rights reserved.