E - The entry value type.@FunctionalInterface public static interface InputSelection.Action<E>
| Modifier and Type | Method and Description |
|---|---|
InputSelection.Reaction |
call(E entry,
LinePrinter printer)
Call the command with the given entry.
|
InputSelection.Reaction call(E entry, LinePrinter printer)
entry - The entry to work on.printer - Line printer to show extra messages.Copyright © 2017. All rights reserved.