@FunctionalInterface public interface Stringnizer extends Function<TableInfo,String>
TableInfo.| Modifier and Type | Field and Description |
|---|---|
static Stringnizer |
NULL
Always returns
null. |
| Modifier and Type | Method and Description |
|---|---|
default String |
apply(TableInfo t) |
String |
toString(TableInfo table)
Returns text for the table.
|
static final Stringnizer NULL
null.Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.