Interface LongConsumer

All Superinterfaces:
LongConsumer, Throwables.LongConsumer<RuntimeException>
All Known Implementing Classes:
LongSummaryStatistics

public interface LongConsumer extends Throwables.LongConsumer<RuntimeException>, LongConsumer
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long t)
     
    default LongConsumer