Class CheckedCharByteProcedure

    • Constructor Detail

      • CheckedCharByteProcedure

        public CheckedCharByteProcedure()
    • Method Detail

      • value

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

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