Module: Fear::Try::Mixin
- Included in:
- Mixin
- Defined in:
- lib/fear/try.rb
Overview
Include this mixin to access convenient factory methods.
Instance Method Summary collapse
- #Failure(exception) ⇒ Failure
- #Success(value) ⇒ Success
-
#Try(&block) ⇒ Try
Constructs a
Try
using the block.