Interface CharByteProcedure


  • @Generated(date="2021-05-28T03:45:42+0000",
               value="KTypeVTypeProcedure.java")
    public interface CharByteProcedure
    A procedure that applies to char, byte pairs.
    • Method Detail

      • apply

        void apply​(char key,
                   byte value)