![]() |
Nuke.Cola
|
This is the complete list of members for Nuke.Cola.ErrorHandling, including all inherited members.
| Assume(this Attempt self, string? message=null) | Nuke.Cola.ErrorHandling | static |
| Else(this Attempt self, Action action, Action< Exception >? onFailure=null) | Nuke.Cola.ErrorHandling | static |
| Else(this Attempt self, bool condition, Action action, Action< Exception >? onFailure=null) | Nuke.Cola.ErrorHandling | static |
| Else< T >(this ValueOrError< T > self, Func< T > getter, Action< Exception >? onFailure=null) | Nuke.Cola.ErrorHandling | static |
| Else< T >(this ValueOrError< T > self, bool condition, Func< T > getter, Action< Exception >? onFailure=null) | Nuke.Cola.ErrorHandling | static |
| Get< T >(this ValueOrError< T > self, string? message=null) | Nuke.Cola.ErrorHandling | static |
| Transform< TResult, TInput >(this ValueOrError< TInput > self, Func< TInput, TResult > transform) | Nuke.Cola.ErrorHandling | static |
| Try(Action action, Action< Exception >? onFailure=null, Exception[]? previousErrors=null) | Nuke.Cola.ErrorHandling | static |
| TryGet< T >(Func< T > getter, Action< Exception >? onFailure=null, Exception[]? previousErrors=null) | Nuke.Cola.ErrorHandling | static |