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.
Audience Placeholder based on an Audience
-
Method Summary
Modifier and TypeMethodDescription@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 audiencequeue
- the argument queuectx
- the context- Returns:
- a Tag
- Since:
- 1.0.0
-