tie_fp library

Classes

Failure<T>
Failure descends from Result allowing to safely return wrap an Exception and get the StackStrace if applies.
Result<T>
Result is the base class of the tie_fp package it is designed to safely return a value when no error happens and the corresponding error if any exceptions is thrown.
ResultError
Success<T>

Extensions

ResultFuture on Future<T>
ResultT on T