Interface GlobalTagResolver

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 GlobalTagResolver
A GlobalResolver is responsible for providing information regardless of additional conditions such as an audience.
  • Method Details

    • tag

      @Nullable Tag tag(ArgumentQueue queue, Context context)
      A global tag.
      Parameters:
      queue - the argument queue
      context - the parsing context
      Returns:
      a tag
      Since:
      3.0.0