Interface Inputtable<T>
- All Known Implementing Classes:
NumberedListInputScene
,TextInputScene
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Inputtable Interface
An Inputtable class should be able to collect and return some sort of input from the user
-
Method Summary
-
Method Details
-
getInput
T getInput()Getter for the input collected from the user- Returns:
- input of type T
-