E - The entry type.@FunctionalInterface public static interface InputSelection.EntryPrinter<E>
| Modifier and Type | Method and Description |
|---|---|
default String |
print(E entry)
Print the entry line with default background.
|
String |
print(E entry,
Color bgColor)
Print the entry line.
|
Copyright © 2016. All rights reserved.