Class CheckedCharLongProcedure

    • Constructor Detail

      • CheckedCharLongProcedure

        public CheckedCharLongProcedure()
    • Method Detail

      • value

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

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