Interface CharDoubleProcedure


@Generated(date="2023-10-26T04:33:09+0000", value="KTypeVTypeProcedure.java") public interface CharDoubleProcedure
A procedure that applies to char, double pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(char key, double value)
     
  • Method Details

    • apply

      void apply(char key, double value)