[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page documents the `NumericThreshold` class, which is a concrete implementation of the `BatchingThreshold` interface, specifically designed to manage batching based on a numeric count."],["The `NumericThreshold` class is designed to accumulate a count based on an `ElementCounter`, enabling events to occur when a certain numeric value, defined by the provided threshold, is reached."],["It offers methods to accumulate elements (`accumulate(E e)`), to create copies with a reset accumulated value (`copyWithZeroedValue()`), and to check if the numeric threshold has been met (`isThresholdReached()`)."],["This page also provides a historical list of versions, ranging from 2.63.1 down to 2.7.1, with 2.63.1 being the most recent, showing the evolution of the `NumericThreshold` class across different releases."],["The `NumericThreshold` constructor requires two parameters, a long called `threshold` that specifies when an event happens and an `ElementCounter` object named `extractor` which is used to pull a numeric value from an object."]]],[]]