Class ToShort

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.conversions.from_int.ToShort
All Implemented Interfaces:
java.util.function.IntFunction<java.lang.Short>

public class ToShort
extends java.lang.Object
implements java.util.function.IntFunction<java.lang.Short>
  • Constructor Summary

    Constructors 
    Constructor Description
    ToShort()  
    ToShort​(int scale)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Short apply​(int input)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • apply

      public java.lang.Short apply​(int input)
      Specified by:
      apply in interface java.util.function.IntFunction<java.lang.Short>