Class CheckedByteShortProcedure

    • Constructor Detail

      • CheckedByteShortProcedure

        public CheckedByteShortProcedure()
    • Method Detail

      • value

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

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