Interface Summable
- All Superinterfaces:
BiFunction<BigDecimal,,BigDecimal, BigDecimal> BinaryOperator<BigDecimal>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault BigDecimalapply(BigDecimal a, BigDecimal b) static BigDecimalsumOf()Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
sumOf
BigDecimal sumOf() -
apply
- Specified by:
applyin interfaceBiFunction<BigDecimal,BigDecimal, BigDecimal>
-
sum
-