Info
Version: | 12.0.1 |
Author(s): | Matthew Dove |
Last Update: | Tuesday, September 17, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Matthew-Dove/ContainerExpressions |
NuGet Url: | https://www.nuget.org/packages/ContainerExpressions |
Install
Install-Package ContainerExpressions
dotnet add package ContainerExpressions
paket add ContainerExpressions
ContainerExpressions Download (Unzip the "nupkg" after downloading)
Containers have some utility that extends the underlying type (any T).
Expressions are designed to work on top of containers, helping in common use cases; or quality of life when connecting code together.
For example the Response container's "utility" is to let the caller know if some T value was generated without error.
The expression Retry will attempt to get the T value after x time delay for n attempts, a good combo for intermittent networking errors.