abstract struct Therapy::Result(T)
- Therapy::Result(T)
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
therapy/result.crConstructors
Instance Method Summary
- #errors : Array(Therapy::Error)
- #failure? : Bool
- #initialize
- #map(&block : T -> Y) : Result(Y) forall Y
- #success? : Bool
- #value : T