T
- The type of the threshold, often a double
,
Duration
or JulianDate
.@FunctionalInterface public static interface ComputeNewThresholdCallback.Function<T>
Modifier and Type | Method and Description |
---|---|
T |
invoke(T currentThreshold)
The callback to compute a new threshold based on the old threshold.
|