public class NumberUtil extends Object
| Constructor and Description |
|---|
NumberUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
sumNullableIntegers(Integer... values)
Calculate sum of Integers those can be null.
|
public static Integer sumNullableIntegers(Integer... values)
values - Integers to addCopyright © 2023 Apache NiFi Project. All rights reserved.