Class CheckedLongCharProcedure

    • Constructor Detail

      • CheckedLongCharProcedure

        public CheckedLongCharProcedure()
    • Method Detail

      • value

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

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