Interface ParseToken.IntConsumer

Enclosing class:
ParseToken

public static interface ParseToken.IntConsumer
Interface representing instance methods that consume integer values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int value)
    Consume an integer.
  • Method Details

    • accept

      void accept(int value)
      Consume an integer.
      Parameters:
      value - value to consume