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 a FormatterImpl
    • Method Detail

      • format

        String format​(FormatterImpl formatter)
        Resolve the display format of this object with the given formatter