Class PrimitiveFunctions.UnboxNumberToDouble

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.ToDoubleFunction<java.lang.Number>, DoubleFunction<java.lang.Number>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.UnboxNumberToDouble
    extends java.lang.Object
    implements DoubleFunction<java.lang.Number>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnboxNumberToDouble()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double doubleValueOf​(java.lang.Number number)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnboxNumberToDouble

        private UnboxNumberToDouble()
    • Method Detail

      • doubleValueOf

        public double doubleValueOf​(java.lang.Number number)
        Specified by:
        doubleValueOf in interface DoubleFunction<java.lang.Number>