Package tools.common
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.
An interface for common export an object to an appendable writer
- Author:
- Pavel Ponec
-
Method Summary
Modifier and TypeMethodDescription@NotNull AppendableconfessTo(@NotNull Appendable writer) Confess data to a writer
-
Method Details
-
confessTo
Confess data to a writer- Parameters:
writer- An output sequence- Returns:
- Return the argument object.
- Throws:
IOException
-