Class ToFloat

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

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

      Constructors 
      Constructor Description
      ToFloat()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Float apply​(java.lang.Short 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

      • ToFloat

        public ToFloat()
    • Method Detail

      • apply

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