Interface DoubleMapMultiConsumer


public interface DoubleMapMultiConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(double value, DoubleConsumer ic)
     
  • Method Details