Interface Confessionable

All Known Implementing Classes:
Wrapper
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 Confessionable
An interface for common export an object to an appendable writer
Author:
Pavel Ponec
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Appendable
    confessTo(@NotNull Appendable writer)
    Confess data to a writer
  • Method Details

    • confessTo

      @NotNull @NotNull Appendable confessTo(@NotNull @NotNull Appendable writer) throws IOException
      Confess data to a writer
      Parameters:
      writer - An output sequence
      Returns:
      Return the argument object.
      Throws:
      IOException