Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Audience#filter method #155

Closed
astei opened this issue Sep 14, 2020 · 3 comments · Fixed by #365
Closed

Add Audience#filter method #155

astei opened this issue Sep 14, 2020 · 3 comments · Fixed by #365

Comments

@astei
Copy link
Contributor

astei commented Sep 14, 2020

This method would allow a user of the Adventure API to easily synthesize audiences that meet some arbitrary condition, i.e.

audience.filter(this::canSeeAnnouncements).sendMessage(announcement);

This method has many uses that are far too many to enumerate here.

@Narimm
Copy link

Narimm commented Sep 14, 2020

is this not effectively a duplicate of #154

@astei
Copy link
Contributor Author

astei commented Sep 14, 2020

I talked with kashike before filing this issue, and he said your issue is better placed in adventure-platform, not adventure itself.

@Narimm
Copy link

Narimm commented Sep 15, 2020

Yeah we discussed the differences as well - I just wondered with mine is just not an extension really of yours

@kezz kezz linked a pull request Sep 4, 2021 that will close this issue
@zml2008 zml2008 added this to the 4.9.0 milestone Sep 5, 2021
zml2008 added a commit that referenced this issue Dec 7, 2021
Improve font transformation control flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants