Class PrimitiveFunctions.UnboxIntegerToByte

  • All Implemented Interfaces:
    java.io.Serializable, ByteFunction<java.lang.Integer>
    Enclosing class:
    PrimitiveFunctions

    private static class PrimitiveFunctions.UnboxIntegerToByte
    extends java.lang.Object
    implements ByteFunction<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private UnboxIntegerToByte()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte byteValueOf​(java.lang.Integer integer)  
      • Methods inherited from class java.lang.Object

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

      • UnboxIntegerToByte

        private UnboxIntegerToByte()
    • Method Detail

      • byteValueOf

        public byte byteValueOf​(java.lang.Integer integer)
        Specified by:
        byteValueOf in interface ByteFunction<java.lang.Integer>