kellpossible / kellpossible/RustyTypes

getValue() and getError()

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.