Class CheckedIntByteProcedure

    • Constructor Detail

      • CheckedIntByteProcedure

        public CheckedIntByteProcedure()
    • Method Detail

      • value

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

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