Class CheckedIntLongProcedure

    • Constructor Detail

      • CheckedIntLongProcedure

        public CheckedIntLongProcedure()
    • Method Detail

      • value

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

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