Skip to content

Add some helpful transform methods#13

Open
octylFractal wants to merge 1 commit intomasterfrom
ot/feature/some-tag-editing
Open

Add some helpful transform methods#13
octylFractal wants to merge 1 commit intomasterfrom
ot/feature/some-tag-editing

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