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.
|
Function<? super DATATYPE,? extends String> |
getFormatter() |
DATATYPE |
getValue()
Get the original value.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.