Interface NConsumer<T>


public interface NConsumer<T>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T... args)
     
    default NConsumer<T>
    andThen(NConsumer<? super T> after)
     
  • Method Details

    • accept

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

      default NConsumer<T> andThen(NConsumer<? super T> after)
      Parameters:
      after -
      Returns: