struct Oak::Result(T)
- Oak::Result(T)
- Struct
- Value
- Object
Defined in:
oak/result.crConstructors
Instance Method Summary
- #found?
-
#key
The full resulting key.
-
#params
The named params found in the result.
-
#payload
Returns the first payload in the result.
- #payload?
-
#payloads
The matching payloads of the result.