Package io.vavr.collection
Class IteratorModule.BigDecimalHelper
- java.lang.Object
-
- io.vavr.collection.IteratorModule.BigDecimalHelper
-
- Enclosing interface:
- IteratorModule
public static final class IteratorModule.BigDecimalHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static Lazy<java.math.BigDecimal>
INFINITY_DISTANCE
-
Constructor Summary
Constructors Constructor Description BigDecimalHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
areEqual(java.math.BigDecimal from, java.math.BigDecimal toExclusive)
(package private) static java.math.BigDecimal
asDecimal(double number)
-
-
-
Field Detail
-
INFINITY_DISTANCE
@GwtIncompatible("Math::nextDown is not implemented") private static final Lazy<java.math.BigDecimal> INFINITY_DISTANCE
-
-
Method Detail
-
areEqual
static boolean areEqual(java.math.BigDecimal from, java.math.BigDecimal toExclusive)
-
asDecimal
@GwtIncompatible("Math::nextUp is not implemented") static java.math.BigDecimal asDecimal(double number)
-
-