DATATYPE - Data type to be formattedpublic interface IFormatableObject<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
default String |
getAsString()
Get the value converted to a string with the specified formatter.
|
IFunction<? super DATATYPE,? extends String> |
getFormatter() |
DATATYPE |
getValue()
Get the original value.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.