Interface ModificationWriter

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 ModificationWriter
A function to write modifications to an Appendable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(Appendable appendable)
    Writes the new content to the given appendable.
  • Method Details

    • writeTo

      void writeTo(Appendable appendable) throws IOException
      Writes the new content to the given appendable.
      Parameters:
      appendable - the appendable to write to
      Throws:
      IOException - if an I/O error occurs