Interface ParseToken.EnumListConsumer<T extends Enum<T>>

Type Parameters:
T - type of the enum
Enclosing class:
ParseToken

public static interface ParseToken.EnumListConsumer<T extends Enum<T>>
Interface representing instance methods that consume lists of enum values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(List<T> value)
    Consume an enum.
  • Method Details

    • accept

      void accept(List<T> value)
      Consume an enum.
      Parameters:
      value - value to consume