Package de.bwaldvogel.mongo.backend
Interface NumericUtils.BigDecimalCalculation
- Enclosing class:
- NumericUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface NumericUtils.BigDecimalCalculation
-
Method Summary
Modifier and Type Method Description java.math.BigDecimalapply(java.math.BigDecimal a, java.math.BigDecimal b)
-
Method Details
-
apply
java.math.BigDecimal apply(java.math.BigDecimal a, java.math.BigDecimal b)
-