Interface ParseToken.StringListConsumer

  • Enclosing class:
    ParseToken

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

      • accept

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