Interface DoubleIntegerConsumer


public interface DoubleIntegerConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(double a, int b)
     
  • Method Details

    • accept

      void accept(double a, int b)