Interface RelationalTagResolver<A extends Audience>

Type Parameters:
A - the audiences type
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 RelationalTagResolver<A extends Audience>
Relational Placeholder based on two Audiences.
Since:
3.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    tag(A audience, A relational, ArgumentQueue queue, Context ctx)
    A Tag based on two audiences
  • Method Details

    • tag

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