Interface ByteConsumer

All Superinterfaces:
Throwables.ByteConsumer<RuntimeException>
All Known Implementing Classes:
ByteSummaryStatistics

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

    Modifier and Type
    Method
    Description
    void
    accept(byte t)
     
    default ByteConsumer