Package org.cyclos.impl.utils.formatting
Interface Formattable
-
- All Known Implementing Classes:
BigDecimalFormattable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Formattable
An object that knows how to format itself with aFormatterImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(FormatterImpl formatter)Resolve the display format of this object with the given formatter
-
-
-
Method Detail
-
format
String format(FormatterImpl formatter)
Resolve the display format of this object with the given formatter
-
-