@FunctionalInterface
public interface ValueFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T value)
Applies this formatter to the given value.
|
java.lang.String format(T value)
value - the value to formatCopyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.