Class CheckedByteIntProcedure

    • Constructor Detail

      • CheckedByteIntProcedure

        public CheckedByteIntProcedure()
    • Method Detail

      • value

        public final void value​(byte item1,
                                int item2)
        Specified by:
        value in interface ByteIntProcedure
      • safeValue

        public abstract void safeValue​(byte item1,
                                       int item2)
                                throws Exception
        Throws:
        Exception