- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for applyAsDouble (0.05 sec)
-
guava/src/com/google/common/util/concurrent/AtomicDoubleArray.java
@CanIgnoreReturnValue public final double getAndAccumulate(int i, double x, DoubleBinaryOperator accumulatorFunction) { checkNotNull(accumulatorFunction); return getAndUpdate(i, oldValue -> accumulatorFunction.applyAsDouble(oldValue, x)); } /** * Atomically updates the element at index {@code i} with the results of applying the given * function to the current and given values. * * @param i the index to update
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 10.2K bytes - Viewed (0)