Interface ErrorPrint.Output

Enclosing interface:
ErrorPrint

public static interface ErrorPrint.Output
The message sink (used by some ErrorPrint implementations) where printable messages are sent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    output(@NonNull Printable printable)
    Outputs the given printable content
  • Method Details

    • output

      void output(@NonNull Printable printable)
      Outputs the given printable content
      Parameters:
      printable - the printable content