Class ToByte

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.Byte>

    public class ToByte
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.Byte>
    • Constructor Summary

      Constructors 
      Constructor Description
      ToByte()  
      ToByte​(int modulo)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.Byte apply​(long input)  
      • Methods inherited from class java.lang.Object

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

      • ToByte

        public ToByte()
      • ToByte

        public ToByte​(int modulo)
    • Method Detail

      • apply

        public java.lang.Byte apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.Byte>