Interface ParseToken.StringListConsumer
- Enclosing class:
ParseToken
public static interface ParseToken.StringListConsumer
Interface representing instance methods that consume lists of strings values.
-
Method Summary
-
Method Details
-
accept
Consume a list of strings.- Parameters:
value- value to consume
-