Class CheckedByteCharProcedure

    • Constructor Detail

      • CheckedByteCharProcedure

        public CheckedByteCharProcedure()
    • Method Detail

      • value

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

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