Interface Printer<T>

    • Method Detail

      • print

        String print​(T object,
                     Locale locale)
        Print the object of type T for display.
        Parameters:
        object - the instance to print
        locale - the current user locale
        Returns:
        the printed text string