Interface CharNConsumer


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

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

    • accept

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

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