Interface ShortNConsumer


public interface ShortNConsumer
Since:
0.8
Author:
Haiyang Li
  • Method Details

    • accept

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

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