Interface MopWriter.Factory

Enclosing class:
MopWriter
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 static interface MopWriter.Factory
Factory interface for creating MopWriter instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a MopWriter with the given controller.
  • Method Details

    • create

      MopWriter create(WriterController controller)
      Creates a MopWriter with the given controller.
      Parameters:
      controller - the writer controller
      Returns:
      a new MopWriter instance