Class Scale

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

    public class Scale
    extends java.lang.Object
    implements java.util.function.LongToIntFunction
    Scale the input to the
    • Constructor Summary

      Constructors 
      Constructor Description
      Scale​(double scaleFactor)  
    • Method Summary

      Modifier and Type Method Description
      int applyAsInt​(long value)  
      • Methods inherited from class java.lang.Object

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

      • Scale

        public Scale​(double scaleFactor)
    • Method Detail

      • applyAsInt

        public int applyAsInt​(long value)
        Specified by:
        applyAsInt in interface java.util.function.LongToIntFunction