Class Functions0.BigDecimalZeroFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions0.BigDecimalZeroFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Supplier<java.math.BigDecimal>
,Function0<java.math.BigDecimal>
- Enclosing class:
- Functions0
private static final class Functions0.BigDecimalZeroFunction extends java.lang.Object implements Function0<java.math.BigDecimal>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
BigDecimalZeroFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimal
value()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-