public interface Input
| Modifier and Type | Method and Description | 
|---|---|
| String | rawText()Return the input as entered by the user. | 
| default List<String> | words()Return the input as a list of parsed "words", having split the raw input according
 to parsing rules (for example, handling quoted portions of the readInput as a single
 "word") | 
static final Input EMPTY
Copyright © 2022. All rights reserved.