Class CheckedByteProcedure

    • Constructor Detail

      • CheckedByteProcedure

        public CheckedByteProcedure()
    • Method Detail

      • value

        public final void value​(byte item)
        Specified by:
        value in interface ByteProcedure
      • safeValue

        public abstract void safeValue​(byte item)
                                throws Exception
        Throws:
        Exception