Interface ParseToken.EnumListConsumer<T extends Enum<T>>
-
- Type Parameters:
T
- type of the enum
- Enclosing class:
- ParseToken
public static interface ParseToken.EnumListConsumer<T extends Enum<T>>
Interface representing instance methods that consume lists of enum values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(List<T> value)
Consume an enum.
-