Classes, interfaces, and traits
CaptureErrors¶
Runs a callable, capturing all error messages, then provides a method to
extract any errors raised during execution.
« More »
ExceptionToError¶
Runs a callable, catching any exception and reflecting it into a triggered
error.
« More »
Expression¶
Manufactures a callable from a string.
« More »
Improve¶
Start with a guess, then repeatedly update the guess until we're close
enough to the desired solution.
« More »
Retry¶
Runs a callable, retrying using exponential back-off if the callable fails.
« More »