Interface ParseToken.StringListConsumer
-
- Enclosing class:
- ParseToken
public static interface ParseToken.StringListConsumerInterface representing instance methods that consume lists of strings values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(List<String> value)Consume a list of strings.
-