Interface ParseToken.StringListConsumer

Enclosing class:
ParseToken

public static interface ParseToken.StringListConsumer
Interface representing instance methods that consume lists of strings values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(List<String> value)
    Consume a list of strings.
  • Method Details

    • accept

      void accept(List<String> value)
      Consume a list of strings.
      Parameters:
      value - value to consume