Interface LongMapMultiConsumer


public interface LongMapMultiConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long value, LongConsumer ic)
     
  • Method Details