Interface RelationalPlaceholder

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 RelationalPlaceholder
Relational Placeholder based on two Audiences
  • Method Summary

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

    • tag

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