res library
Result class library
Classes
-
Result<
R, S> - Result class that can either contain a value on success, or an error on failure
Extensions
-
FutureResultX
on Future<
Result< R, S> > - Extension method on Future of Result
-
ResultWhenX
on Result<
T, E> -
Extension on Result to provide a
whenmethod