Class CheckedLongByteProcedure

    • Constructor Detail

      • CheckedLongByteProcedure

        public CheckedLongByteProcedure()
    • Method Detail

      • value

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

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