kellpossible / kellpossible/RustyTypes
getValue() and getError()
未关闭
- 主要语言
- Java
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100