Class CheckedLongIntProcedure

    • Constructor Detail

      • CheckedLongIntProcedure

        public CheckedLongIntProcedure()
    • Method Detail

      • value

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

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