Interface DocumentWriter

All Superinterfaces:
Consumer<List<Document>>
All Known Implementing Classes:
FileDocumentWriter

public interface DocumentWriter extends Consumer<List<Document>>
Write a list of Document instances.
Author:
Christian Tzolov
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    write(List<Document> documents)
     

    Methods inherited from interface java.util.function.Consumer

    accept, andThen
  • Method Details