Interface CommentProcessorFactory.IRepeatProcessor

Enclosing class:
CommentProcessorFactory

public static interface CommentProcessorFactory.IRepeatProcessor
An interface that defines a processor for repeating content for each element present in the given iterable collection of objects.
Since:
1.6.4
Version:
${version}
Author:
Joseph Verron
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    repeat(@Nullable Iterable<Object> items)
    Mark content to be copied once for each element in the passed-in iterable.
  • Method Details

    • repeat

      void repeat(@Nullable Iterable<Object> items)
      Mark content to be copied once for each element in the passed-in iterable.
      Parameters:
      items - objects serving as evaluation context seeding a new copy.