kellpossible / kellpossible/RustyTypes
getValue() and getError()
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
add `getValue()` and `getError()` methods to the `Result` class in the same style as `Optional`. Necessary for situations that exclude the use of a lambda.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the Result class and the existing Optional implementation to compare their access-method style. Add getValue() and getError() to Result for use without a lambda, then verify that their behavior matches the corresponding Optional methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100