Interface ParseToken.BooleanConsumer

Enclosing class:
ParseToken

public static interface ParseToken.BooleanConsumer
Interface representing instance methods that consume boolean values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(boolean value)
    Consume a boolean.
  • Method Details

    • accept

      void accept(boolean value)
      Consume a boolean.
      Parameters:
      value - value to consume