Package com.storedobject.common
Interface BigValue
- All Known Implementing Classes:
Money
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An object that keeps a
BigDecimal value.- Author:
- Syam
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Retrieves theBigDecimalvalue stored in the implementing class.
-
Method Details
-
getValue
BigDecimal getValue()Retrieves theBigDecimalvalue stored in the implementing class.- Returns:
- the stored
BigDecimalvalue
-