Object Doubles

  • All Implemented Interfaces:

    
    public class Doubles
    
                        

    Extension functions enriching Double.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Doubles INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean fuzzyEquals(Double $self, Double other) Checks if two double values are fuzzy equal.
      final Boolean fuzzyIn(Double $self, ClosedRange<Double> range) Checks if a double value is fuzzy contained in a range.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait