Class ToLong

  • All Implemented Interfaces:
    java.util.function.DoubleToLongFunction

    public class ToLong
    extends java.lang.Object
    implements java.util.function.DoubleToLongFunction
    Convert the input value to a long.
    • Constructor Summary

      Constructors 
      Constructor Description
      ToLong()  
      ToLong​(long scale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long applyAsLong​(double input)  
      • Methods inherited from class java.lang.Object

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

      • ToLong

        public ToLong​(long scale)
      • ToLong

        public ToLong()
    • Method Detail

      • applyAsLong

        public long applyAsLong​(double input)
        Specified by:
        applyAsLong in interface java.util.function.DoubleToLongFunction