tangled
alpha
login
or
join now
ciaran.co.za
/
option-result
0
fork
atom
Rust-style Option and Result Classes for PHP
0
fork
atom
overview
issues
pulls
pipelines
chore(README.md): tick off Result::and and Result::andThen
Ciaran
3 months ago
bb9bcd2d
b6e22702
+2
-2
1 changed file
expand all
collapse all
unified
split
README.md
+2
-2
README.md
···
79
79
- [x] `unwrap()`
80
80
- [x] `unwrapOr()`
81
81
- Result
82
82
-
- [ ] `and()`
83
83
-
- [ ] `andThen()`
84
82
- [ ] `inspect()`
85
83
- [ ] `inspectErr()`
86
84
- [ ] `or()`
87
85
- [ ] `tryCatch()`
88
86
- [x] `Err()`
89
87
- [x] `Ok()`
88
88
+
- [x] `and()`
89
89
+
- [x] `andThen()`
90
90
- [x] `expect()`
91
91
- [x] `expectErr()`
92
92
- [x] `getErr()`