Interface LongNConsumer


public interface LongNConsumer
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(long... args)
     
     
  • Method Details

    • accept

      void accept(long... args)
      Parameters:
      args -
    • andThen

      default LongNConsumer andThen(LongNConsumer after)
      Parameters:
      after -
      Returns: