Man pages for result
Result Type for Safely Handling Operations that can Succeed or Fail

as_resultWraps an expression in 'result' type, choosing between...
bindBinds a result with another result or function to return a...
failureWraps a value in 'failure' type of 'result'
is_failureChecks if an object is of 'failure' class
is_resultChecks if an object is of 'result' class
is_successChecks if an object is of 'success' class
resultWraps a function in an 'result' monad for later evaluation.
statusExtracts the status of a 'result'
successWraps a value in 'success' type of 'result'
valueExtracts the value of a 'result'
result documentation built on Nov. 22, 2023, 1:09 a.m.