Interface DoubleAndBooleanConsumer


public interface DoubleAndBooleanConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(double doubleValue, boolean booleanValue)
     
  • Method Details

    • accept

      void accept(double doubleValue, boolean booleanValue)