kellpossible / kellpossible/RustyTypes
getValue() and getError()
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- backend
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100