Add functional decoration methods
Open
Nobody has claimed this yet.
area: api
type: enhancement
- Dominant language
- Java
- Stars
- 887
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
Methods that accept Predicate<TextDecoration> and Function<TextDecoration, TriState> would be nice.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the API methods that work with TextDecoration and inspect how related overloads are organized. Check the existing tests for decoration behavior and determine how Predicate and Function<TextDecoration, TriState> should be exercised. Done means both requested functional method forms are available with tests covering their behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100