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 some helpful transform methods #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

octylFractal
Copy link
Member

Fixes #12

I'm not sure if I should add any methods to other tags. Thoughts?

@octylFractal octylFractal added the enhancement New feature or request label Oct 26, 2024
@octylFractal octylFractal self-assigned this Oct 26, 2024
* @param transformer the function to transform the tag
* @return the new list tag
*/
public LinListTag<T> transformTag(int index, Function<T, T> transformer) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could theoretically use a UnaryOperator<T> instead of the Function<T, T> - but that's only a design-choice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Modification of (nested) tags
2 participants