Interface AudiencePlaceholder

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 AudiencePlaceholder
Audience Placeholder based on an Audience
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Tag
    tag(@NotNull Audience audience, @NotNull ArgumentQueue queue, @NotNull Context ctx)
    A Tag based on an Audience
  • Method Details

    • tag

      @Nullable @Nullable Tag tag(@NotNull @NotNull Audience audience, @NotNull @NotNull ArgumentQueue queue, @NotNull @NotNull Context ctx)
      A Tag based on an Audience
      Parameters:
      audience - the audience
      queue - the argument queue
      ctx - the context
      Returns:
      a Tag
      Since:
      1.0.0