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