Class ToLong

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Float,​java.lang.Long>

    public class ToLong
    extends java.lang.Object
    implements java.util.function.Function<java.lang.Float,​java.lang.Long>
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long apply​(java.lang.Float input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ToLong

        public ToLong​(long scale)
      • ToLong

        public ToLong()
    • Method Detail

      • apply

        public java.lang.Long apply​(java.lang.Float input)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Float,​java.lang.Long>