Creates an ImmutableList containing only a single threshold which counts the number of
elements. This is helpful for when using ThresholdBatcher for the simple case, when the element
count is the only threshold.
[[["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-09 UTC."],[[["The latest version available for `BatchingThresholds` is 2.63.1."],["This page provides documentation and references for `BatchingThresholds` across a range of versions, from 2.7.1 up to the latest 2.63.1."],["`BatchingThresholds` is a class that offers factory methods for creating general-purpose batching thresholds."],["The class `BatchingThresholds` inherits from `java.lang.Object` and includes inherited methods like `clone()`, `equals()`, and `hashCode()`."],["The `create` static method within `BatchingThresholds` constructs a list with a single threshold, based on the provided element count, designed for simple cases where the only threshold needed is the number of elements."]]],[]]